提交 83fb086e 编写于 作者: J Jeff Layton 提交者: Steve French

cifs: trivial: add space in fsc error message

Signed-off-by: NJeff Layton <jlayton@redhat.com>
Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 9c4843ea
...@@ -1391,7 +1391,7 @@ cifs_parse_mount_options(const char *mountdata, const char *devname, ...@@ -1391,7 +1391,7 @@ cifs_parse_mount_options(const char *mountdata, const char *devname,
"/proc/fs/cifs/LookupCacheEnabled to 0\n"); "/proc/fs/cifs/LookupCacheEnabled to 0\n");
} else if (strnicmp(data, "fsc", 3) == 0) { } else if (strnicmp(data, "fsc", 3) == 0) {
#ifndef CONFIG_CIFS_FSCACHE #ifndef CONFIG_CIFS_FSCACHE
cERROR(1, "FS-Cache support needs CONFIG_CIFS_FSCACHE" cERROR(1, "FS-Cache support needs CONFIG_CIFS_FSCACHE "
"kernel config option set"); "kernel config option set");
goto cifs_parse_mount_err; goto cifs_parse_mount_err;
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册