diff options
author | Patrick Palka <patrick@parcs.ath.cx> | 2014-02-18 01:50:59 (GMT) |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2014-02-18 01:50:59 (GMT) |
commit | 024949ec8fc165bfac8eb051e537bc303adb365f (patch) | |
tree | ecea44873e977784d5cbd3003299b3081f4dc5ad /crypto/async_tx/async_raid6_recov.c | |
parent | 7747e6d028b891f3bd02d93295d80f230ba43f6a (diff) | |
download | linux-024949ec8fc165bfac8eb051e537bc303adb365f.tar.xz |
ext4: address a benign compiler warning
When !defined(CONFIG_EXT4_DEBUG), mb_debug() should be defined as a
no_printk() statement instead of an empty statement in order to suppress
the following compiler warning:
fs/ext4/mballoc.c: In function ‘ext4_mb_cleanup_pa’:
fs/ext4/mballoc.c:2659:47: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
mb_debug(1, "mballoc: %u PAs left\n", count);
Signed-off-by: Patrick Palka <patrick@parcs.ath.cx>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'crypto/async_tx/async_raid6_recov.c')
0 files changed, 0 insertions, 0 deletions