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:
c765d47
)
isofs check for NULL ->i_op in root directory is dead code
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 4 Dec 2008 14:57:25 +0000
(09:57 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 5 Jan 2009 16:53:38 +0000
(11:53 -0500)
for one thing it never happens, for another we check that inode
is a directory right after that place anyway (and we'd already
checked that reading it from disk has not failed).
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found