aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index fd2c5c8158cf..63850a884902 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -288,6 +288,7 @@ static inline int nfs_verify_change_attribute(struct inode *inode, unsigned long
288extern int nfs_sync_mapping(struct address_space *mapping); 288extern int nfs_sync_mapping(struct address_space *mapping);
289extern void nfs_zap_mapping(struct inode *inode, struct address_space *mapping); 289extern void nfs_zap_mapping(struct inode *inode, struct address_space *mapping);
290extern void nfs_zap_caches(struct inode *); 290extern void nfs_zap_caches(struct inode *);
291extern void nfs_invalidate_atime(struct inode *);
291extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *, 292extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,
292 struct nfs_fattr *); 293 struct nfs_fattr *);
293extern int nfs_refresh_inode(struct inode *, struct nfs_fattr *); 294extern int nfs_refresh_inode(struct inode *, struct nfs_fattr *);