diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 2 |
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 *); | |||
347 | extern void nfs_clear_inode(struct inode *); | 347 | extern void nfs_clear_inode(struct inode *); |
348 | extern void nfs_evict_inode(struct inode *); | 348 | extern void nfs_evict_inode(struct inode *); |
349 | void nfs_zap_acl_cache(struct inode *inode); | 349 | void nfs_zap_acl_cache(struct inode *inode); |
350 | extern int nfs_wait_bit_killable(void *word); | 350 | extern int nfs_wait_bit_killable(struct wait_bit_key *key); |
351 | 351 | ||
352 | /* super.c */ | 352 | /* super.c */ |
353 | extern const struct super_operations nfs_sops; | 353 | extern const struct super_operations nfs_sops; |