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 ad35f16 commit 6b356f6Copy full SHA for 6b356f6
fs/cifs/connect.c
@@ -5309,6 +5309,7 @@ cifs_construct_tcon(struct cifs_sb_info *cifs_sb, kuid_t fsuid)
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->handle_timeout = master_tcon->handle_timeout;
5313
vol_info->no_linux_ext = !master_tcon->unix_ext;
5314
vol_info->sectype = master_tcon->ses->sectype;
5315
vol_info->sign = master_tcon->ses->sign;
0 commit comments