diff options
author | Eric Biggers <[email protected]> | 2021-12-08 16:38:33 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-01-09 18:59:10 -0700 |
commit | f029cedb9bb5bab7f1bb3042be348f2dac0ee66e (patch) | |
tree | 00463c41cee1154c35f8dfaaeb6d122d16a33153 | |
parent | 208e4f9c0028e9181220460600b1df0bc677e796 (diff) |
MAINTAINERS: add entries for block layer documentation
Include Documentation/block/ and Documentation/ABI/stable/sysfs-block in
the "BLOCK LAYER" maintainers file entry.
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Signed-off-by: Eric Biggers <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 360e9aa0205d..19db69dda15a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3380,6 +3380,8 @@ M: Jens Axboe <[email protected]> S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git +F: Documentation/ABI/stable/sysfs-block +F: Documentation/block/ F: block/ F: drivers/block/ F: include/linux/blk* |