]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
nfsd: remove unnecessary nofilehandle checks
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 15 Sep 2017 20:02:52 +0000 (16:02 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 4 Oct 2017 20:25:00 +0000 (16:25 -0400)
commit9542446048e01871fd323cba9a1d468b46cfceea
tree2a3e25af504a9d2763d478333a34ef0306cece11
parent003278e431bffa4070d18c821eff1d95867f24db
nfsd: remove unnecessary nofilehandle checks

These checks should have already be done centrally in
nfsd4_proc_compound, the checks in each individual operation are
unnecessary.

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