]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 30 Jul 2014 01:34:25 +0000 (21:34 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 31 Jul 2014 18:20:17 +0000 (14:20 -0400)
commit7a4ba4a026530ff40e5d4e6776a8bb0058a31f4c
treeadfacdc37edda8218faa73c915548988cf364fcd
parentf8e25b8ed1c5e59e5cd0ab98c4a2fa8899c300bf
nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()

Allow nfs4_find_stateid_by_type to take the stateid reference, while
still holding the &cl->cl_lock. 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