From: Al Viro Date: Thu, 4 Dec 2008 15:06:33 +0000 (-0500) Subject: inode->i_op is never NULL X-Git-Tag: v2.6.29-rc1~506^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acfa4380efe77e290d3a96b11cd4c9f24f4fbb18;p=pandora-kernel.git inode->i_op is never NULL We used to have rather schizophrenic set of checks for NULL ->i_op even though it had been eliminated years ago. You'd need to go out of your way to set it to NULL explicitly _and_ a bunch of code would die on such inodes anyway. After killing two remaining places that still did that bogosity, all that crap can go away. Signed-off-by: Al Viro --- Reading git-diff-tree failed