Skip to content

Commit 6b356f6

Browse files
darkrain42smfrench
authored andcommitted
SMB3: Honor 'handletimeout' flag for multiuser mounts
Fixes: ca567eb ("SMB3: Allow persistent handle timeout to be configurable on mount") Signed-off-by: Paul Aurich <[email protected]> CC: Stable <[email protected]> Signed-off-by: Steve French <[email protected]> Reviewed-by: Aurelien Aptel <[email protected]>
1 parent ad35f16 commit 6b356f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/cifs/connect.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5309,6 +5309,7 @@ cifs_construct_tcon(struct cifs_sb_info *cifs_sb, kuid_t fsuid)
53095309
vol_info->no_lease = master_tcon->no_lease;
53105310
vol_info->resilient = master_tcon->use_resilient;
53115311
vol_info->persistent = master_tcon->use_persistent;
5312+
vol_info->handle_timeout = master_tcon->handle_timeout;
53125313
vol_info->no_linux_ext = !master_tcon->unix_ext;
53135314
vol_info->sectype = master_tcon->ses->sectype;
53145315
vol_info->sign = master_tcon->ses->sign;

0 commit comments

Comments
 (0)