]> 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)
commit44fc5bce8b2f0387dbccc39b421225d6050cde0c
treeb31cbe6195fabc1ee80741264da61fadd72dfb2b
parentda51d7a444d6aa338302231695cae6b691515040
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