]> git.baikalelectronics.ru Git - kernel.git/commit
smb311: add support for using info level for posix extensions query
authorSteve French <stfrench@microsoft.com>
Fri, 12 Jun 2020 03:43:01 +0000 (22:43 -0500)
committerSteve French <stfrench@microsoft.com>
Fri, 12 Jun 2020 13:54:12 +0000 (08:54 -0500)
commit232e7478a879f97c7abb263198a1f37da5e4a83d
treeb9dea6d7abdfdb183f467df26f17726479909305
parent25b3a708fb750a545b834be120c68ef3659f166e
smb311: add support for using info level for posix extensions query

Adds calls to the newer info level for query info using SMB3.1.1 posix extensions.
The remaining two places that call the older query info (non-SMB3.1.1 POSIX)
require passing in the fid and can be updated in a later patch.

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
fs/cifs/dir.c
fs/cifs/file.c
fs/cifs/inode.c
fs/cifs/link.c