NFS: cleanup - remove struct nfs_inode->ncommit
[safe/jmp/linux-2.6] / include / linux / nfs_fs.h
index db867b0..c9fecd3 100644 (file)
@@ -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;