diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
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 | |||
288 | extern int nfs_sync_mapping(struct address_space *mapping); | 288 | extern int nfs_sync_mapping(struct address_space *mapping); |
289 | extern void nfs_zap_mapping(struct inode *inode, struct address_space *mapping); | 289 | extern void nfs_zap_mapping(struct inode *inode, struct address_space *mapping); |
290 | extern void nfs_zap_caches(struct inode *); | 290 | extern void nfs_zap_caches(struct inode *); |
291 | extern void nfs_invalidate_atime(struct inode *); | ||
291 | extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *, | 292 | extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *, |
292 | struct nfs_fattr *); | 293 | struct nfs_fattr *); |
293 | extern int nfs_refresh_inode(struct inode *, struct nfs_fattr *); | 294 | extern int nfs_refresh_inode(struct inode *, struct nfs_fattr *); |