From: Lukas Czerner Date: Tue, 29 Jan 2013 02:21:12 +0000 (-0500) Subject: ext4: remove explicit WARN_ON when ext4_map_blocks() fails X-Git-Tag: v3.9-rc1~64^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06acd38a44127b382fa53e49878f7a2b70af6f2;p=pandora-kernel.git ext4: remove explicit WARN_ON when ext4_map_blocks() fails In two places we call WARN_ON() before we print out the debug message, however we agreed that the WARN_ON() is unnecessary at those places so remove them. Also use ext4_warning() instead of ext4_msg() and printk(). Signed-off-by: Lukas Czerner Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed