NFSv4: Convert delegation->type field to fmode_t
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
9082a5cc1e
commit
bd7bf9d540
5 changed files with 9 additions and 9 deletions
|
@ -180,7 +180,7 @@ struct nfs_inode {
|
|||
/* NFSv4 state */
|
||||
struct list_head open_states;
|
||||
struct nfs_delegation *delegation;
|
||||
int delegation_state;
|
||||
fmode_t delegation_state;
|
||||
struct rw_semaphore rwsem;
|
||||
#endif /* CONFIG_NFS_V4*/
|
||||
struct inode vfs_inode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue