aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index 82ddbf46660e..e0193d63630c 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -347,7 +347,7 @@ extern int nfs_drop_inode(struct inode *);
347extern void nfs_clear_inode(struct inode *); 347extern void nfs_clear_inode(struct inode *);
348extern void nfs_evict_inode(struct inode *); 348extern void nfs_evict_inode(struct inode *);
349void nfs_zap_acl_cache(struct inode *inode); 349void nfs_zap_acl_cache(struct inode *inode);
350extern int nfs_wait_bit_killable(void *word); 350extern int nfs_wait_bit_killable(struct wait_bit_key *key);
351 351
352/* super.c */ 352/* super.c */
353extern const struct super_operations nfs_sops; 353extern const struct super_operations nfs_sops;