diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 3696ca7f5f4d..e2c4c72d3866 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -200,7 +200,10 @@ struct nfs4_state_maintenance_ops { | |||
200 | }; | 200 | }; |
201 | 201 | ||
202 | extern const struct dentry_operations nfs4_dentry_operations; | 202 | extern const struct dentry_operations nfs4_dentry_operations; |
203 | extern const struct inode_operations nfs4_dir_inode_operations; | 203 | |
204 | /* dir.c */ | ||
205 | int nfs_atomic_open(struct inode *, struct dentry *, struct file *, | ||
206 | unsigned, umode_t, int *); | ||
204 | 207 | ||
205 | /* write.c */ | 208 | /* write.c */ |
206 | int nfs4_write_inode(struct inode *, struct writeback_control *); | 209 | int nfs4_write_inode(struct inode *, struct writeback_control *); |