commit | 26e6c910670171410577c7df2aebe94cef76e150 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 16 18:43:40 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 18 01:21:28 2011 -0500 |
tree | 407ecb012b91efce80be76f0191b2efc43689b7f | |
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>