diff options
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index 8f15162f1672..bfa0c6e542f2 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -277,7 +277,8 @@ static inline void managed_dentry_clear_managed(struct dentry *dentry) | |||
277 | /* Initializing function */ | 277 | /* Initializing function */ |
278 | 278 | ||
279 | int autofs4_fill_super(struct super_block *, void *, int); | 279 | int autofs4_fill_super(struct super_block *, void *, int); |
280 | struct autofs_info *autofs4_init_ino(struct autofs_info *, struct autofs_sb_info *sbi); | 280 | struct autofs_info *autofs4_new_ino(struct autofs_sb_info *); |
281 | void autofs4_clean_ino(struct autofs_info *); | ||
281 | 282 | ||
282 | /* Queue management functions */ | 283 | /* Queue management functions */ |
283 | 284 | ||