block: untangle request_queue refcounting from sysfs
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Nov 2022 04:26:36 +0000 (05:26 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 30 Nov 2022 18:09:00 +0000 (11:09 -0700)
commit2bd85221a625b316114bafaab527770b607095d3
treecd00e40d6010e33c1e2f957ed1f2203c84a43b13
parent40602997be26887bdfa3d58659c3acb4579099e9
block: untangle request_queue refcounting from sysfs

The kobject embedded into the request_queue is used for the queue
directory in sysfs, but that is a child of the gendisks directory and is
intimately tied to it.  Move this kobject to the gendisk and use a
refcount_t in the request_queue for the actual request_queue refcounting
that is completely unrelated to the device model.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20221114042637.1009333-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
block/blk-crypto-sysfs.c
block/blk-ia-ranges.c
block/blk-sysfs.c
block/blk.h
block/bsg.c
block/elevator.c
include/linux/blkdev.h