Skip to content
Commit 4dd89fc6 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

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: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent a54aa761
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment