From: Theodore Ts'o Date: Sun, 27 Feb 2011 22:23:47 +0000 (-0500) Subject: ext4: suppress verbose debugging information if malloc-debug is off X-Git-Tag: v2.6.39-rc1~73^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd89fc6251a6bda2c18e71e7d266e983806579d;p=pandora-kernel.git ext4: suppress verbose debugging information if malloc-debug is off If CONFIG_EXT4_DEBUG is enabled, then if a block allocation fails due to disk being full, a verbose debugging message is printed, even if the malloc-debug switch has not been enabled. Suppress the debugging message so that nothing is printed unless malloc-debug has been turned on. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed