diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-12-23 15:21:53 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-12-23 15:21:53 -0500 |
commit | bd7bf9d540c001055fba796ebf146d90e4dd2eb2 (patch) | |
tree | 29f49d2244d390055126280903e9d647e10cdbd8 /include/linux/nfs_fs.h | |
parent | 9082a5cc1e33d081f091f54e6ed69a0628a4bdcc (diff) |
NFSv4: Convert delegation->type field to fmode_t
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 | 2 |
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; |