From: Al Viro Date: Thu, 4 Dec 2008 14:57:25 +0000 (-0500) Subject: isofs check for NULL ->i_op in root directory is dead code X-Git-Tag: v2.6.29-rc1~506^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261964c60ff6524076d439da9386d4782729c4d9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed