diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-03-21 14:50:05 +0100 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-03-27 21:34:35 +0100 |
commit | 0aa647b7369dd29de0789c321111b2e4668c46b2 (patch) | |
tree | 1572261ff051a3ce02db395a1d63246c989a2c61 /fs/nfs/direct.c | |
parent | NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs() (diff) | |
download | linux-0aa647b7369dd29de0789c321111b2e4668c46b2.tar.xz linux-0aa647b7369dd29de0789c321111b2e4668c46b2.zip |
NFS: Remove bucket array from struct pnfs_ds_commit_info
Remove the unused bucket array in struct pnfs_ds_commit_info.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/direct.c')
-rw-r--r-- | fs/nfs/direct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c index 4ee26465b510..61f93a0fb0e0 100644 --- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c @@ -217,7 +217,6 @@ static void nfs_direct_req_free(struct kref *kref) struct nfs_direct_req *dreq = container_of(kref, struct nfs_direct_req, kref); pnfs_release_ds_info(&dreq->ds_cinfo, dreq->inode); - nfs_free_pnfs_ds_cinfo(&dreq->ds_cinfo); if (dreq->l_ctx != NULL) nfs_put_lock_context(dreq->l_ctx); if (dreq->ctx != NULL) |