aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorMichal Marek <[email protected]>2011-08-11 10:29:46 +0000
committerArtem Bityutskiy <[email protected]>2011-08-19 15:58:58 +0000
commit016f1c54408b1e92e2e8087bfc05ca0a9c258513 (patch)
tree7f306538332540e0357efbcae7b2b91a4503eda2 /lib/dynamic_debug.c
parentLinux 3.1-rc2 (diff)
downloadkernel-016f1c54408b1e92e2e8087bfc05ca0a9c258513.tar.gz
kernel-016f1c54408b1e92e2e8087bfc05ca0a9c258513.zip
UBIFS: not build debug messages with CONFIG_UBIFS_FS_DEBUG disabled
With $ grep -e UBIFS_FS_DEBUG -e DYNAMIC_DEBUG .config # CONFIG_UBIFS_FS_DEBUG is not set CONFIG_DYNAMIC_DEBUG=y Debug messages are kept in the object files due to the dynamic_pr_debug() macro, even if they are never going to be printed: $ make fs/ubifs/super.o $ strings fs/ubifs/super.o | grep 'compiled on' compiled on: Aug 11 2011 at 12:21:38 Use plain printk to fix this. Signed-off-by: Michal Marek <[email protected]> Signed-off-by: Artem Bityutskiy <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions