commit | 52b209f7b848a28987ed133dc2b48f304b1dc6b8 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jun 06 18:43:19 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:48:08 2010 -0400 |
tree | 219c337db2c9910c4029977d327b6cfbd5c91d0f | |
parent | 601d2c38b93130d387091c28d13abea40924e518 [diff] |
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>