]> git.baikalelectronics.ru Git - kernel.git/commit
bdi: remove the name field in struct backing_dev_info
authorChristoph Hellwig <hch@lst.de>
Mon, 4 May 2020 12:48:01 +0000 (14:48 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 May 2020 22:15:13 +0000 (16:15 -0600)
commitdb26a39725480e922d124c2053fc91912a7961ed
tree3fac6cb4f5e1aec1c9d53217e800f472f30af294
parent7fe20050057732cc64fc7cd4c146c94c645d687d
bdi: remove the name field in struct backing_dev_info

The name is only printed for a not registered bdi in writeback.  Use the
device name there as is more useful anyway for the unlike case that the
warning triggers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
drivers/mtd/mtdcore.c
fs/fs-writeback.c
fs/super.c
include/linux/backing-dev-defs.h
mm/backing-dev.c