]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: Do not include rbtree.h in blk-zoned.c
authorDamien Le Moal <dlemoal@kernel.org>
Thu, 22 Feb 2024 13:17:24 +0000 (22:17 +0900)
committerJens Axboe <axboe@kernel.dk>
Thu, 22 Feb 2024 17:35:18 +0000 (10:35 -0700)
commit522d73526f8d4519eefc693204bb474391e60f2b
treeb0e2ef518373e4797d2b11ee4c144e7aa7b693c5
parentc8f6f88d25929ad2f290b428efcae3b526f3eab0
block: Do not include rbtree.h in blk-zoned.c

The block zone code does not use RB-tree. So remove the include of
linux/rbtree.h as it is not needed.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20240222131724.1803520-2-dlemoal@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-zoned.c