]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: replace printk() by pr_*() routines
authorColy Li <colyli@suse.de>
Sat, 11 Aug 2018 05:19:49 +0000 (13:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 Aug 2018 21:46:41 +0000 (15:46 -0600)
commit7ff2e69cb927d767d2bbf335c253fc06e104887b
tree9929883154bbea146c638d12d4921439c2805925
parent74094e9d7fc3c34797542fd7a57820f9a0b657bd
bcache: replace printk() by pr_*() routines

There are still many places in bcache use printk to display kernel
message, which are suggested to be preplaced by pr_*() routines like
pr_err(), pr_info(), or pr_notice().

This patch replaces all printk() with a proper pr_*() routine for
bcache code.

Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/bset.c
drivers/md/bcache/debug.c
drivers/md/bcache/extents.c
drivers/md/bcache/super.c