diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-03-11 14:10:29 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-03-11 14:10:29 -0400 |
commit | fb8a1f11b64e213d94dfa1cebb2a42a7b8c115c4 (patch) | |
tree | 4b21038fae0e1a8a763d4118bd6543dc77e9b5aa /include/linux/nfs_fs.h | |
parent | a65318bf3afc93ce49227e849d213799b072c5fd (diff) | |
download | linux-3.10-fb8a1f11b64e213d94dfa1cebb2a42a7b8c115c4.tar.gz linux-3.10-fb8a1f11b64e213d94dfa1cebb2a42a7b8c115c4.tar.bz2 linux-3.10-fb8a1f11b64e213d94dfa1cebb2a42a7b8c115c4.zip |
NFS: cleanup - remove struct nfs_inode->ncommit
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index db867b04ac3..c9fecd3e8f0 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -166,8 +166,7 @@ struct nfs_inode { */ 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; |