cifs: Deferred close performance improvements
authorRohith Surabattula <rohiths@microsoft.com>
Fri, 17 Sep 2021 18:14:26 +0000 (18:14 +0000)
committerSteve French <stfrench@microsoft.com>
Fri, 17 Sep 2021 21:39:53 +0000 (16:39 -0500)
commite3fc065682ebbbd15b0ce0036800f4acbf765d46
treeb31cbe6195fabc1ee80741264da61fadd72dfb2b
parent4c51de1e8f928a5b05248714d832d7d991ac319a
cifs: Deferred close performance improvements

During unlink/rename instead of closing all the deferred handles
under tcon, close only handles under the requested dentry.

Signed-off-by: Rohith Surabattula <rohiths@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsproto.h
fs/cifs/inode.c
fs/cifs/misc.c