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)
commitb4019c0e219bb1301865f8b2efedb4773526ed91
treeda35f3bd1548e9a132b57770829bc40f50134b3d
parentc69899a17ca4836230720e65493942d9582a0424
NFSv4.1: Allow parallel LOCK/LOCKU calls

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