]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Move the flock open mode check into nfs_flock()
authorBenjamin Coddington <bcodding@redhat.com>
Tue, 11 Apr 2017 16:50:08 +0000 (12:50 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 21 Apr 2017 14:45:00 +0000 (10:45 -0400)
commite12937279c8b07798651de7f5c8c52974c699931
treefe115eac669f575bfdf74c66b9abe6787ad92ea8
parent12a16d15b67c66fc0a8274d094a270e4fbaed3eb
NFS: Move the flock open mode check into nfs_flock()

We only need to check lock exclusive/shared types against open mode when
flock() is used on NFS, so move it into the flock-specific path instead of
checking it for all locks.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/file.c
fs/nfs/nfs4proc.c