diff options
Diffstat (limited to 'fs/nfs/delegation.h')
-rw-r--r-- | fs/nfs/delegation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/delegation.h b/fs/nfs/delegation.h index 185a09f37a89..dcc8a783a6e1 100644 --- a/fs/nfs/delegation.h +++ b/fs/nfs/delegation.h | |||
@@ -70,6 +70,7 @@ int nfs4_check_delegation(struct inode *inode, fmode_t flags); | |||
70 | bool nfs4_delegation_flush_on_close(const struct inode *inode); | 70 | bool nfs4_delegation_flush_on_close(const struct inode *inode); |
71 | void nfs_inode_find_delegation_state_and_recover(struct inode *inode, | 71 | void nfs_inode_find_delegation_state_and_recover(struct inode *inode, |
72 | const nfs4_stateid *stateid); | 72 | const nfs4_stateid *stateid); |
73 | int nfs4_inode_make_writeable(struct inode *inode); | ||
73 | 74 | ||
74 | #endif | 75 | #endif |
75 | 76 | ||