summaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2009-03-11 18:10:29 (GMT)
committerTrond Myklebust <Trond.Myklebust@netapp.com>2009-03-11 18:10:29 (GMT)
commitfb8a1f11b64e213d94dfa1cebb2a42a7b8c115c4 (patch)
tree4b21038fae0e1a8a763d4118bd6543dc77e9b5aa /fs/nfs/inode.c
parenta65318bf3afc93ce49227e849d213799b072c5fd (diff)
downloadlinux-fsl-qoriq-fb8a1f11b64e213d94dfa1cebb2a42a7b8c115c4.tar.xz
NFS: cleanup - remove struct nfs_inode->ncommit
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r--fs/nfs/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c
index b7656bd..00f116c 100644
--- a/fs/nfs/inode.c
+++ b/fs/nfs/inode.c
@@ -1345,7 +1345,6 @@ static void init_once(void *foo)
INIT_LIST_HEAD(&nfsi->access_cache_entry_lru);
INIT_LIST_HEAD(&nfsi->access_cache_inode_lru);
INIT_RADIX_TREE(&nfsi->nfs_page_tree, GFP_ATOMIC);
- nfsi->ncommit = 0;
nfsi->npages = 0;
atomic_set(&nfsi->silly_count, 1);
INIT_HLIST_HEAD(&nfsi->silly_list);