On Mon, Mar 28, 2011 at 11:41:12PM +0800, Tao Ma wrote: > From: Tao Ma <boyu.mt@xxxxxxxxxx> > > We have EXT4FS_DEBUG for some old debug and CONFIG_EXT4_DEBUG > for the new mballoc debug, but there isn't any EXT4_DEBUG. > > As CONFIG_EXT4_DEBUG seems to be only used in mballoc, use > EXT4FS_DEBUG in fsync.c. > > Signed-off-by: Tao Ma <boyu.mt@xxxxxxxxxx> It doesn't really matter; although I'm including this patch in the ext4 tree for consistency's sake. The whole point of the #ifdef's is to disable the debugging code. In general you don't want to enable all of the code protected by EXT4FS_DEBUG at the same time. - Ted -- 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