We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dfbc2 commit ad35f16Copy full SHA for ad35f16
fs/cifs/connect.c
@@ -5306,6 +5306,7 @@ cifs_construct_tcon(struct cifs_sb_info *cifs_sb, kuid_t fsuid)
5306
vol_info->nocase = master_tcon->nocase;
5307
vol_info->nohandlecache = master_tcon->nohandlecache;
5308
vol_info->local_lease = master_tcon->local_lease;
5309
+ vol_info->no_lease = master_tcon->no_lease;
5310
vol_info->resilient = master_tcon->use_resilient;
5311
vol_info->persistent = master_tcon->use_persistent;
5312
vol_info->no_linux_ext = !master_tcon->unix_ext;
0 commit comments