]> 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)
commit1254db068ed41388bb18beccc7cf3b8e873e9c3f
treeb9dea6d7abdfdb183f467df26f17726479909305
parent4b5e4796edb8fac90e923380481665f7448cb22f
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