From: Al Viro Date: Sun, 6 Jun 2010 23:38:18 +0000 (-0400) Subject: hostfs: pass pathname to init_inode() X-Git-Tag: v2.6.36-rc1~304^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2df28cc62fdc3f4900de23f4ec69e6312f78a4;p=pandora-kernel.git hostfs: pass pathname to init_inode() 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 --- Reading git-diff-tree failed