aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 140bdf489f71..d2b5d7e0e85a 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -169,13 +169,13 @@ struct nfs_inode {
169 wait_queue_head_t nfs_i_wait; 169 wait_queue_head_t nfs_i_wait;
170 170
171#ifdef CONFIG_NFS_V4 171#ifdef CONFIG_NFS_V4
172 struct nfs4_cached_acl *nfs4_acl;
172 /* NFSv4 state */ 173 /* NFSv4 state */
173 struct list_head open_states; 174 struct list_head open_states;
174 struct nfs_delegation *delegation; 175 struct nfs_delegation *delegation;
175 int delegation_state; 176 int delegation_state;
176 struct rw_semaphore rwsem; 177 struct rw_semaphore rwsem;
177#endif /* CONFIG_NFS_V4*/ 178#endif /* CONFIG_NFS_V4*/
178
179 struct inode vfs_inode; 179 struct inode vfs_inode;
180}; 180};
181 181