projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c4843e
)
cifs: trivial: add space in fsc error message
author
Jeff Layton
<jlayton@redhat.com>
Wed, 8 Jun 2011 11:35:24 +0000
(07:35 -0400)
committer
Steve French
<sfrench@us.ibm.com>
Wed, 8 Jun 2011 16:03:29 +0000
(16:03 +0000)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c
patch
|
blob
|
history
diff --git
a/fs/cifs/connect.c
b/fs/cifs/connect.c
index fb31c2c1bb1779d9891c446bc7d0bb94fe22fdd4..bb659eb738100036dc726790b7be947df253cb27 100644
(file)
--- a/
fs/cifs/connect.c
+++ b/
fs/cifs/connect.c
@@
-1391,7
+1391,7
@@
cifs_parse_mount_options(const char *mountdata, const char *devname,
"/proc/fs/cifs/LookupCacheEnabled to 0\n");
} else if (strnicmp(data, "fsc", 3) == 0) {
#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");
goto cifs_parse_mount_err;
#endif