diff options
author | Christoph Hellwig <hch@lst.de> | 2022-07-21 15:09:09 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-21 10:52:12 -0600 |
commit | c229686b26ee5b371bdd7e637f2d18f191861c3e (patch) | |
tree | 436b14197e89546231e0ae5a0fb32a5265c15184 | |
parent | 14a6e2eb7df5c7897c15b109cba29ab0c4a791b6 (diff) |
ublk: add a MAINTAINERS entry
Make get_maintainers.pl work for ublk.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20220721130916.1869719-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe5daf141501..8a4bbca9f28f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20415,6 +20415,13 @@ F: Documentation/filesystems/ubifs-authentication.rst F: Documentation/filesystems/ubifs.rst F: fs/ubifs/ +UBLK USERSPACE BLOCK DRIVER +M: Ming Lei <ming.lei@redhat.com> +L: linux-block@vger.kernel.org +S: Maintained +F: drivers/block/ublk_drv.c +F: include/uapi/linux/ublk_cmd.h + UCLINUX (M68KNOMMU AND COLDFIRE) M: Greg Ungerer <gerg@linux-m68k.org> L: linux-m68k@lists.linux-m68k.org |