commit | b34f27aa5da75b0b6c054e76bb4b92aea7aac04b | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Aug 22 13:13:31 2011 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Sat Aug 27 14:21:28 2011 -0400 |
tree | 8a60d74b5bd0ece4e6995f98b9e7a9cf26cf8892 | |
parent | 9afb978400e65ea6a3200b3e163606ce86e13c25 [diff] |
nfsd4: get lock checks out of preprocess_seqid_op 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>