From: Dan Carpenter Date: Wed, 10 Dec 2014 23:42:04 +0000 (-0800) Subject: ocfs2: remove bogus NULL check in ocfs2_move_extents() X-Git-Tag: omap-for-v3.19/fixes-rc1~142^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d69b92fc12084af43cba428bda9727c0ca084f;p=pandora-kernel.git ocfs2: remove bogus NULL check in ocfs2_move_extents() "inode" isn't NULL here, and also we dereference it on the previous line so static checkers get annoyed. Signed-off-by: Dan Carpenter Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed