aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nfs_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index a94205476736..750708ccd708 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -158,7 +158,7 @@ struct nfs_inode {
158 spinlock_t req_lock; 158 spinlock_t req_lock;
159 struct radix_tree_root nfs_page_tree; 159 struct radix_tree_root nfs_page_tree;
160 160
161 unsigned int ncommit, 161 unsigned long ncommit,
162 npages; 162 npages;
163 163
164 /* Open contexts for shared mmap writes */ 164 /* Open contexts for shared mmap writes */