diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-16 18:43:40 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-18 01:21:28 -0500 |
commit | 26e6c910670171410577c7df2aebe94cef76e150 (patch) | |
tree | 407ecb012b91efce80be76f0191b2efc43689b7f /fs/autofs4/autofs_i.h | |
parent | 5a37db302e698a83209eff22ca8f3fd05eb1d84b (diff) |
autofs4: split autofs4_init_ino()
split init_ino into new_ino and clean_ino; the former is
what used to be init_ino(NULL, sbi), the latter is for cases
where we passed non-NULL ino. Lose unused arguments.
Acked-by: Ian Kent <raven@themaw.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 | ||