cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()
authorStefan Metzmacher <metze@samba.org>
Mon, 24 Feb 2020 13:15:00 +0000 (14:15 +0100)
committerSteve French <stfrench@microsoft.com>
Mon, 23 Mar 2020 03:49:09 +0000 (22:49 -0500)
commit864138cb31181871c307b5455fd570c7dae001b9
treeffc0e6ec4ec27779b282dc770a08d7282c341b99
parentb08484d715128abf28b8445e85c5adb14af0a62e
cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()

cap_unix(ses) defaults to false for SMB2.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifssmb.c