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)
commitd313852d7ad044476df7f640801aac17080e0521
treeb9dea6d7abdfdb183f467df26f17726479909305
parent790434ff9848a4d44f067a6a5416b49a2db89a59
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