NFSv4.1: Allow parallel LOCK/LOCKU calls
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 24 Jan 2015 19:19:19 +0000 (14:19 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 24 Jan 2015 23:46:48 +0000 (18:46 -0500)
Note, however, that we still serialise on the open stateid if the lock
stateid is unconfirmed. Hopefully that will not prove too much of a
burden for first time locks; it should leave the ability to parallelise
OPENs unchanged, since they no longer call the serialisation primitives.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c

Simple merge