aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-09-03 09:52:43 -0600
committerJens Axboe <axboe@kernel.dk>2024-09-03 11:22:27 -0600
commit761e5afb6ddbfd4c0523ec294b7d24f3652912c7 (patch)
tree2e1eb635478a583362c91caad265a795f94648c5
parentblock, bfq: use bfq_reassign_last_bfqq() in bfq_bfqq_move() (diff)
downloadwireguard-linux-761e5afb6ddbfd4c0523ec294b7d24f3652912c7.tar.xz
wireguard-linux-761e5afb6ddbfd4c0523ec294b7d24f3652912c7.zip
MAINTAINERS: move the BFQ io scheduler to orphan state
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. Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--MAINTAINERS4
1 files changed, 1 insertions, 3 deletions
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@unimore.it>
-M: Jens Axboe <axboe@kernel.dk>
L: linux-block@vger.kernel.org
-S: Maintained
+S: Orphan
F: Documentation/block/bfq-iosched.rst
F: block/bfq-*