"...android_kernel_samsung_matisse.git" did not exist on "359193ef433061515fe24d57e5bd5a1318d71bc3"
JFS: Fix compiler warning in jfs_logmgr.c
Dave Kleikamp authored

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: default avatarDave Kleikamp <shaggy@austin.ibm.com>
72e3148a
Name Last commit Last update