]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/nfsd/vfs.c
nfsd: fh_drop_write in nfsd_unlink
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 12 Apr 2019 20:26:30 +0000 (16:26 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 24 Apr 2019 13:46:35 +0000 (09:46 -0400)
commit0ca0c9d7edcf4996da3ebf07947c4484d1e3de16
tree3275d3344964de32a9d37d4c97bb41035a763465
parent0b8f62625dc309651d0efcb6a6247c933acd8b45
nfsd: fh_drop_write in nfsd_unlink

fh_want_write() can now be called twice, but I'm also fixing up the
callers not to do that.

Other cases include setattr and create.

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