]> git.ipfire.org Git - thirdparty/linux.git/commit
smb311: remove dead code for non compounded posix query info
authorSteve French <stfrench@microsoft.com>
Sat, 19 Jun 2021 21:19:09 +0000 (16:19 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 21 Jun 2021 02:28:17 +0000 (21:28 -0500)
commite0ae8a9aaeed7262f349e025b2162e8a13cb58d9
treec4ca416c82ef90969b0bf4f86ac9a44766905663
parente39df24169a2ceb0d359eb3a05ff982711f2eb32
smb311: remove dead code for non compounded posix query info

Although we may need this in some cases in the future, remove the
currently unused, non-compounded version of POSIX query info,
SMB11_posix_query_info (instead smb311_posix_query_path_info is now
called e.g. when revalidating dentries or retrieving info for getattr)

Addresses-Coverity: 1495708 ("Resource leaks")
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2pdu.c