get rid of hostfs_read_inode()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 6 Jun 2010 22:43:19 +0000 (18:43 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:48:08 +0000 (16:48 -0400)
There are only two call sites; in one (hostfs_iget()) it's actually
a no-op and in another (fill_super()) it's easier to expand the
damn thing and use what we know about its arguments to simplify
it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found