aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfs_fs.h')
-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 f11077285a6c..8d71d7b7c78a 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -180,7 +180,7 @@ struct nfs_inode {
180 /* NFSv4 state */ 180 /* NFSv4 state */
181 struct list_head open_states; 181 struct list_head open_states;
182 struct nfs_delegation *delegation; 182 struct nfs_delegation *delegation;
183 int delegation_state; 183 fmode_t delegation_state;
184 struct rw_semaphore rwsem; 184 struct rw_semaphore rwsem;
185#endif /* CONFIG_NFS_V4*/ 185#endif /* CONFIG_NFS_V4*/
186 struct inode vfs_inode; 186 struct inode vfs_inode;