commit | 2585fc79584684666b3d107179e43484dfb4da13 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jul 29 21:34:21 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Jul 31 14:20:14 2014 -0400 |
tree | d19d1fee9855d4c7c4a5ec4d6914c4617441fd96 | |
parent | 8a0b589d8fd0e63579982cbfda099a2e09b52811 [diff] |
nfsd: nfsd4_open_confirm() must reference the open stateid Ensure that nfsd4_open_confirm() keeps a reference to the open stateid until it is done working with it. Necessary step toward client_mutex removal. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>