]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit52c56c45e11279b1d3bcc099c8294c227e39045d
treeb31cbe6195fabc1ee80741264da61fadd72dfb2b
parent417ccb48434b091764c00194b26e814dba0af677
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