commit | fb8a1f11b64e213d94dfa1cebb2a42a7b8c115c4 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 11 14:10:29 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 11 14:10:29 2009 -0400 |
tree | 4b21038fae0e1a8a763d4118bd6543dc77e9b5aa | |
parent | a65318bf3afc93ce49227e849d213799b072c5fd [diff] [blame] |
NFS: cleanup - remove struct nfs_inode->ncommit Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index db867b0..c9fecd3 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h
@@ -166,8 +166,7 @@ */ struct radix_tree_root nfs_page_tree; - unsigned long ncommit, - npages; + unsigned long npages; /* Open contexts for shared mmap writes */ struct list_head open_files;