diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 85cf3bd36921..d71f416bd9e5 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -176,6 +176,13 @@ struct nfs4_state_recovery_ops { | |||
176 | 176 | ||
177 | extern struct dentry_operations nfs4_dentry_operations; | 177 | extern struct dentry_operations nfs4_dentry_operations; |
178 | extern struct inode_operations nfs4_dir_inode_operations; | 178 | extern struct inode_operations nfs4_dir_inode_operations; |
179 | extern struct inode_operations nfs4_file_inode_operations; | ||
180 | |||
181 | /* inode.c */ | ||
182 | extern ssize_t nfs4_getxattr(struct dentry *, const char *, void *, size_t); | ||
183 | extern int nfs4_setxattr(struct dentry *, const char *, const void *, size_t, int); | ||
184 | extern ssize_t nfs4_listxattr(struct dentry *, char *, size_t); | ||
185 | |||
179 | 186 | ||
180 | /* nfs4proc.c */ | 187 | /* nfs4proc.c */ |
181 | extern int nfs4_map_errors(int err); | 188 | extern int nfs4_map_errors(int err); |