commit | 858cc57336dd98ca54dff417b55a86aa101f5fb0 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jul 29 21:34:16 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Jul 31 14:20:10 2014 -0400 |
tree | 6b98d0520a00279c3c1f3c45b7a5c4296d6e2a64 | |
parent | 3d0fabd5a48fbf6e7097c17325295ae778137fe3 [diff] |
nfsd: nfsd4_locku() must reference the lock stateid Ensure that nfsd4_locku() keeps a reference to the lock 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>