autofs4: split autofs4_init_ino()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Jan 2011 23:43:40 +0000 (18:43 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Jan 2011 06:21:28 +0000 (01:21 -0500)
commit26e6c910670171410577c7df2aebe94cef76e150
tree407ecb012b91efce80be76f0191b2efc43689b7f
parent5a37db302e698a83209eff22ca8f3fd05eb1d84b
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>
fs/autofs4/autofs_i.h
fs/autofs4/inode.c
fs/autofs4/root.c