]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit52b209f7b848a28987ed133dc2b48f304b1dc6b8
tree219c337db2c9910c4029977d327b6cfbd5c91d0f
parent601d2c38b93130d387091c28d13abea40924e518
get rid of hostfs_read_inode()

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>
fs/hostfs/hostfs_kern.c