commit | 8505c8bfd85a260c9dc5c47e15bd8c5357fcbcd2 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Mon Jun 18 14:01:59 2018 -0500 |
committer | Steve French <stfrench@microsoft.com> | Tue Aug 07 14:15:41 2018 -0500 |
tree | 85e29ad60403545fce8c77f75be0bfa9668c430a | |
parent | cbedeadf9c44a1a135293717d501882f2933a534 [diff] |
smb3: if server does not support posix do not allow posix mount option If user specifies "posix" on an SMB3.11 mount, then fail the mount if server does not return the POSIX negotiate context indicating support for posix. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com>