From: Theodore Ts'o Date: Mon, 30 Apr 2012 11:40:00 +0000 (-0400) Subject: ext4: remove unnecessary check in add_dirent_to_buf() X-Git-Tag: v3.5-rc1~16^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09de7fa5217bbcb4caf3d19bd5e94816947ff7a;p=pandora-kernel.git ext4: remove unnecessary check in add_dirent_to_buf() None of this function callers ever pass in a NULL inode pointer, so this check is unnecessary, and the else clause is dead code. (This change should make the code coverage people a little happier. :-) Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed