commit | 261964c60ff6524076d439da9386d4782729c4d9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 04 09:57:25 2008 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 05 11:53:38 2009 -0500 |
tree | 3186a2d9c09695f1be9c10d3e58e2f0ccc4357c6 | |
parent | c765d479037808532310212e9b3fa95760e975f2 [diff] |
isofs check for NULL ->i_op in root directory is dead code 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>