block_dump: remove block_dump feature
authorzhangyi (F) <yi.zhang@huawei.com>
Sat, 13 Mar 2021 03:01:45 +0000 (11:01 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 24 May 2021 12:47:21 +0000 (06:47 -0600)
commit3af3d772f7216cf23081bb4176e86f1219d32ebc
treed1e1f4755941ec520c0942a4553e7f65f0af5ea6
parent12e0613715e1cf305fffafaf0e89d810d9a85cc0
block_dump: remove block_dump feature

We have already delete block_dump feature in mark_inode_dirty() because
it can be replaced by tracepoints, now we also remove the part in
submit_bio() for the same reason. The part of block dump feature in
submit_bio() dump the write process, write region and sectors on the
target disk into kernel message. it can be replaced by
block_bio_queue tracepoint in submit_bio_checks(), so we do not need
block_dump anymore, remove the whole block_dump feature.

Signed-off-by: zhangyi (F) <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210313030146.2882027-3-yi.zhang@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
include/linux/writeback.h
kernel/sysctl.c
mm/page-writeback.c