nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 30 Jul 2014 01:34:22 +0000 (21:34 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 31 Jul 2014 18:20:15 +0000 (14:20 -0400)
commit0667b1e9d8a7c0a315da8bd7f454ef4361ceb3ac
tree975536a02bbc1bf1223ad14baca8c6fd9caf270d
parent2585fc79584684666b3d107179e43484dfb4da13
nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op

Ensure that all the callers put the open stateid after use.
Necessary step toward client_mutex removal.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c