commit | 2dd6e458c3dc1ae598867130dc618eabbe7ccda5 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Jun 30 11:48:43 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 09 20:55:01 2014 -0400 |
tree | 87e9f353cd5e4084d81c2ce45dab57995ffed6b8 | |
parent | d4e19e70276a320bbc01b76fb50b5c4962ff523a [diff] |
nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument The cstate already holds information about the session, and hence the client id, so it makes more sense to pass that information rather than the current practice of passing a 'minor version' number. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>