]> 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)
commit3cada4c54680b108074789d03bff4dca25665b5c
tree55b5d3d7bbcb9bdc03d37081bd1b40e23539c9c8
parentcad8f7b346b2c709b97d96008457d2c504b53eb1
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