From 00ed0350944dc33ac76cca2ddd2966e34f32a80e Mon Sep 17 00:00:00 2001 From: Damien Le Moal Date: Wed, 19 Nov 2025 12:02:19 +0900 Subject: [PATCH] MAINTAINERS: add missing block layer user API header files Add the missing user API header files related to the block layer to the list of matching file patterns for Jens's block layer entry. Signed-off-by: Damien Le Moal Reviewed-by: Johannes Thumshirn Reviewed-by: Christoph Hellwig Signed-off-by: Jens Axboe --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ce7f67e099103..92d545e52ba0a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4400,6 +4400,8 @@ F: block/ F: drivers/block/ F: include/linux/bio.h F: include/linux/blk* +F: include/uapi/linux/blk* +F: include/uapi/linux/ioprio.h F: kernel/trace/blktrace.c F: lib/sbitmap.c -- 2.47.3