On 9/3/24 8:53 AM, Jens Axboe wrote:
Nobody is maintaining this code, and it just falls under the umbrella
of block layer code. But at least mark it as such, in case anyone wants
to care more deeply about it and assume the responsibility of doing so.
Signed-off-by: Jens Axboe <axboe@xxxxxxxxx>
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 42decde38320..4a857a125d6e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3781,10 +3781,8 @@ F: Documentation/filesystems/befs.rst
F: fs/befs/
BFQ I/O SCHEDULER
-M: Paolo Valente <paolo.valente@xxxxxxxxxx>
-M: Jens Axboe <axboe@xxxxxxxxx>
L: linux-block@xxxxxxxxxxxxxxx
-S: Maintained
+S: Orphan
F: Documentation/block/bfq-iosched.rst
F: block/bfq-*
To the memstick and mmc maintainers, should the Kconfig files for these
drivers perhaps be updated? This is what I found by searching for
IOSCHED_BFQ:
$ git grep -nH 'imply.*BFQ'
drivers/memstick/core/Kconfig:23: imply IOSCHED_BFQ
drivers/memstick/core/Kconfig:33: imply IOSCHED_BFQ
drivers/mmc/core/Kconfig:40: imply IOSCHED_BFQ
Thanks,
Bart.