commit | 11b9164adad7cd119b82b1f2c911a6d9bc67f1cc | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jul 29 21:34:08 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Jul 31 12:51:34 2014 -0400 |
tree | 865bd5d31dccec6f6ff9d71534e83dad10e9e215 | |
parent | 6011695da2d7c588f2dfe57c318758f0bf1154dd [diff] |
nfsd: Add a struct nfs4_file field to struct nfs4_stid All stateids are associated with a nfs4_file. Let's consolidate. Replace delegation->dl_file with the dl_stid.sc_file, and nfs4_ol_stateid->st_file with st_stid.sc_file. 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>