From: Jeff Layton Date: Wed, 8 Jun 2011 11:35:24 +0000 (-0400) Subject: cifs: trivial: add space in fsc error message X-Git-Tag: v3.0-rc3~31^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83fb086e0ecd879a4676cf12fc7afc1f9ecd1784;p=platform%2Fupstream%2Fkernel-adaptation-pc.git cifs: trivial: add space in fsc error message Signed-off-by: Jeff Layton Signed-off-by: Steve French --- diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index fb31c2c..bb659eb 100644 --- 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