]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: move some commit_metadata()s outside the inode lock
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 14 May 2021 22:21:37 +0000 (18:21 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 25 May 2021 21:06:51 +0000 (17:06 -0400)
commit7ca249e29ab9be0d745fe2cb796466e3c30701ab
tree55b5d3d7bbcb9bdc03d37081bd1b40e23539c9c8
parent9a6bc76a5ba8feb935afb2d6548690bf44d4b7cf
nfsd: move some commit_metadata()s outside the inode lock

The commit may be time-consuming and there's no need to hold the lock
for it.

More of these are possible, these were just some easy ones.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/vfs.c