diff --git a/[refs] b/[refs] index a5483883dd7f..35d36db9f071 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c4843ea576107a3c1fb94f2f758f198e9fe9e54 +refs/heads/master: 83fb086e0ecd879a4676cf12fc7afc1f9ecd1784 diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index fb31c2c1bb17..bb659eb73810 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/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