]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nfs_fs.h
NFSv4: Convert delegation->type field to fmode_t
[linux-2.6-omap-h63xx.git] / include / linux / nfs_fs.h
index f11077285a6c060afcf8689928015c50e963d72b..8d71d7b7c78a3e73c6df0f31405ebd03a637dafc 100644 (file)
@@ -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;