On Mon, 2012-03-19 at 00:39 -0400, Ted Ts'o wrote: > So I've never considered it worthwhile to enable them via a CONFIG_* > menu item; developers who are debugging a specific problem will > generally just drop in the specific #define on an ad hoc basis, and > that works fine. CONFIG_EXT4_DEBUG_MASK=value and/or a module_param(debug) is possible to add but as Ted said, it's not really too valuable. dynamic_debugging the always compiled-in current KERN_DEBUG or eliminating them altogether might have some value though. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html