diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h index 30459dab409d..01dce1d1476b 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -84,7 +84,7 @@ extern struct file *get_empty_filp(void); | |||
84 | * super.c | 84 | * super.c |
85 | */ | 85 | */ |
86 | extern int do_remount_sb(struct super_block *, int, void *, int); | 86 | extern int do_remount_sb(struct super_block *, int, void *, int); |
87 | extern bool grab_super_passive(struct super_block *sb); | 87 | extern bool trylock_super(struct super_block *sb); |
88 | extern struct dentry *mount_fs(struct file_system_type *, | 88 | extern struct dentry *mount_fs(struct file_system_type *, |
89 | int, const char *, void *); | 89 | int, const char *, void *); |
90 | extern struct super_block *user_get_super(dev_t); | 90 | extern struct super_block *user_get_super(dev_t); |