diff mbox series

MAINTAINERS: Add missing header files to BLOCK LAYER section

Message ID 20200505140728.29369-1-geert+renesas@glider.be (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: Add missing header files to BLOCK LAYER section | expand

Commit Message

Geert Uytterhoeven May 5, 2020, 2:07 p.m. UTC
The various <linux/blk*.h> header files are part of the Block Layer.
Add them to the corresponding section in the MAINTAINERS file, so
scripts/get_maintainer.pl will pick them up.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Bart Van Assche May 5, 2020, 5:51 p.m. UTC | #1
On 2020-05-05 07:07, Geert Uytterhoeven wrote:
> The various <linux/blk*.h> header files are part of the Block Layer.
> Add them to the corresponding section in the MAINTAINERS file, so
> scripts/get_maintainer.pl will pick them up.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f3fd61cde5125f74..16644a41d42737fe 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3136,6 +3136,7 @@ S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>  F:	block/
>  F:	drivers/block/
> +F:	include/linux/blk*
>  F:	kernel/trace/blktrace.c
>  F:	lib/sbitmap.c

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f3fd61cde5125f74..16644a41d42737fe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3136,6 +3136,7 @@  S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
 F:	block/
 F:	drivers/block/
+F:	include/linux/blk*
 F:	kernel/trace/blktrace.c
 F:	lib/sbitmap.c