nfsd4: get lock checks out of preprocess_seqid_op
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 22 Aug 2011 17:13:31 +0000 (13:13 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Sat, 27 Aug 2011 18:21:28 +0000 (14:21 -0400)
We've got some lock-specific code here in nfs4_preprocess_seqid_op which
is only used by nfsd4_lock().  Move it to the caller.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found