|
@@ -784,7 +784,7 @@ cifs_parse_mount_options(const char *mountdata, const char *devname,
|
|
|
struct smb_vol *vol)
|
|
|
{
|
|
|
char *value, *data, *end;
|
|
|
- char *mountdata_copy, *options;
|
|
|
+ char *mountdata_copy = NULL, *options;
|
|
|
unsigned int temp_len, i, j;
|
|
|
char separator[2];
|
|
|
short int override_uid = -1;
|
|
@@ -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
|
|
@@ -1976,7 +1976,7 @@ cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info)
|
|
|
warned_on_ntlm = true;
|
|
|
cERROR(1, "default security mechanism requested. The default "
|
|
|
"security mechanism will be upgraded from ntlm to "
|
|
|
- "ntlmv2 in kernel release 2.6.41");
|
|
|
+ "ntlmv2 in kernel release 3.1");
|
|
|
}
|
|
|
ses->overrideSecFlg = volume_info->secFlg;
|
|
|
|