commit | 5e2df28cc62fdc3f4900de23f4ec69e6312f78a4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jun 06 19:38:18 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:48:09 2010 -0400 |
tree | 902335c22ccf03fff3452117b3a3adc7433719b5 | |
parent | 52b209f7b848a28987ed133dc2b48f304b1dc6b8 [diff] |
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 <viro@zeniv.linux.org.uk>