Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Damien Le Moal and committed by
Jens Axboe
522d7352 c8f6f88d

-1
-1
block/blk-zoned.c
··· 11 11 12 12 #include <linux/kernel.h> 13 13 #include <linux/module.h> 14 - #include <linux/rbtree.h> 15 14 #include <linux/blkdev.h> 16 15 #include <linux/blk-mq.h> 17 16 #include <linux/mm.h>