git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
601d2c3
)
get rid of hostfs_read_inode()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 6 Jun 2010 22:43:19 +0000
(18:43 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:48:08 +0000
(16:48 -0400)
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>
No differences found