hostfs: pass pathname to init_inode()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 6 Jun 2010 23:38:18 +0000 (19:38 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:48:09 +0000 (16:48 -0400)
We will calculate it in all callers anyway, so there's no
need to duplicate that inside.  Moreover, that way we lose
all failure exits in init_inode(), so it doesn't need to
return anything.

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

No differences found