]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: client: default to nonativesocket under POSIX mounts
authorPaulo Alcantara <pc@manguebit.org>
Thu, 31 Jul 2025 23:46:42 +0000 (20:46 -0300)
committerSteve French <stfrench@microsoft.com>
Tue, 5 Aug 2025 00:29:10 +0000 (19:29 -0500)
commit6b445309eec2bc0594f3e24c7777aeef891d386e
tree66027eae97734dd7910fb0507372468e6ef5d021
parenta967e758f8e9d8ce5ef096743393df5e6e51644b
smb: client: default to nonativesocket under POSIX mounts

SMB3.1.1 POSIX mounts require sockets to be created with NFS reparse
points.

Cc: linux-cifs@vger.kernel.org
Cc: Ralph Boehme <slow@samba.org>
Cc: David Howells <dhowells@redhat.com>
Cc: <stable@vger.kernel.org>
Reported-by: Matthew Richardson <m.richardson@ed.ac.uk>
Closes: https://marc.info/?i=1124e7cd-6a46-40a6-9f44-b7664a66654b@ed.ac.uk
Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/fs_context.c