]> git.baikalelectronics.ru Git - kernel.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)
commitb7439b2bfb6574b06e6f41134cd11b2a291269bc
treefe115eac669f575bfdf74c66b9abe6787ad92ea8
parent566a4fb2634e7859351fe3eff04397de765e5c2b
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