NFS: Don't check lock owner compatability unless file is locked (part 2)
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 6 Sep 2013 15:09:38 +0000 (11:09 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 6 Sep 2013 15:27:41 +0000 (11:27 -0400)
commit4109bb7496640aa97a12904527ba8e3a19b7ce7a
tree42c548343233be325bdc0cb337c692bf728288b1
parent0f1d26055068bbc66751d1974ecc6f0398b3ac67
NFS: Don't check lock owner compatability unless file is locked (part 2)

When coalescing requests into a single READ or WRITE RPC call, and there
is no file locking involved, we don't have to refuse coalescing for
requests where the lock owner information doesn't match.

Reported-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/pagelist.c