From: Dave Kleikamp Date: Fri, 3 Jun 2005 19:09:54 +0000 (-0500) Subject: JFS: Fix compiler warning in jfs_logmgr.c X-Git-Tag: v2.6.13-rc1~90^2~582^2~171^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e3148a6e987974e3e949c5668e5ca812d7c818;p=pandora-kernel.git JFS: Fix compiler warning in jfs_logmgr.c fs/jfs/jfs_logmgr.c: In function `jfs_flush_journal': fs/jfs/jfs_logmgr.c:1632: warning: unused variable `mp' Some debug code in jfs_flush_journal does nothing when CONFIG_JFS_DEBUG is not defined. Place the whole code segment within an ifdef to avoid unnecessary code to be compiled and the warning to be issued. Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed