summaryrefslogtreecommitdiffstats
path: root/sound/drivers
diff options
context:
space:
mode:
authorWang Shilong <wshilong@ddn.com>2018-05-20 22:14:29 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-05-20 22:14:29 -0400
commit9196f57151ffe817582efdde4f0b18eaa6637243 (patch)
tree41fa7f71b68384b47d9df047375149e0b93a6250 /sound/drivers
parentc89128a008381478121a76537762eb3a62052971 (diff)
downloadlinux-9196f57151ffe817582efdde4f0b18eaa6637243.tar.gz
linux-9196f57151ffe817582efdde4f0b18eaa6637243.tar.bz2
linux-9196f57151ffe817582efdde4f0b18eaa6637243.zip
jbd2: remove bunch of empty lines with jbd2 debug
See following dmesg output with jbd2 debug enabled: ...(start_this_handle, 313): New handle 00000000c88d6ceb going live. ...(start_this_handle, 383): Handle 00000000c88d6ceb given 53 credits (total 53, free 32681) ...(do_get_write_access, 838): journal_head 0000000002856fc0, force_copy 0 ...(jbd2_journal_cancel_revoke, 421): journal_head 0000000002856fc0, cancelling revoke We have an extra line with every messages, this is a waste of buffer, we can fix it by removing "\n" in the caller or remove it in the __jbd2_debug(), i checked every jbd2_debug() passed '\n' explicitly. To avoid more lines, let's remove it inside __jbd2_debug(). Signed-off-by: Wang Shilong <wshilong@ddn.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'sound/drivers')
0 files changed, 0 insertions, 0 deletions