diff mbox series

[v2] MAINTAINERS: Add missing header files to BLOCK LAYER section

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

Commit Message

Geert Uytterhoeven Aug. 19, 2020, 12:32 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>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
---
v2:
  - Add Reviewed-by.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Jens Axboe Aug. 19, 2020, 12:55 p.m. UTC | #1
On 8/19/20 5:32 AM, 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.

Applied, thanks.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 65141ec0a394a3f5..39d71867685be94b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3207,6 +3207,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