From: Al Viro Date: Sun, 6 Jun 2010 22:43:19 +0000 (-0400) Subject: get rid of hostfs_read_inode() X-Git-Tag: v2.6.36-rc1~304^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b209f7b848a28987ed133dc2b48f304b1dc6b8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed