diff mbox series

MAINTAINERS: add Vladimir as co-maintainer of NBD

Message ID 20210304103503.21008-1-vsementsov@virtuozzo.com (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: add Vladimir as co-maintainer of NBD | expand

Commit Message

Vladimir Sementsov-Ogievskiy March 4, 2021, 10:35 a.m. UTC
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---

I have good knowledge of the subsystem and I'm an author of large part
of it :) 

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Eric Blake March 4, 2021, 2:55 p.m. UTC | #1
On 3/4/21 4:35 AM, Vladimir Sementsov-Ogievskiy wrote:
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> ---
> 
> I have good knowledge of the subsystem and I'm an author of large part
> of it :) 

Reviewed-by: Eric Blake <eblake@redhat.com>

I'll include this in my next NBD pull request

> 
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 92ba1fce5e..58994bfafc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3024,6 +3024,7 @@ F: block/iscsi-opts.c
>  
>  Network Block Device (NBD)
>  M: Eric Blake <eblake@redhat.com>
> +M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
>  L: qemu-block@nongnu.org
>  S: Maintained
>  F: block/nbd*
> @@ -3034,6 +3035,7 @@ F: blockdev-nbd.c
>  F: docs/interop/nbd.txt
>  F: docs/interop/qemu-nbd.rst
>  T: git https://repo.or.cz/qemu/ericb.git nbd
> +T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
>  
>  NFS
>  M: Peter Lieven <pl@kamp.de>
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 92ba1fce5e..58994bfafc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3024,6 +3024,7 @@  F: block/iscsi-opts.c
 
 Network Block Device (NBD)
 M: Eric Blake <eblake@redhat.com>
+M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
 L: qemu-block@nongnu.org
 S: Maintained
 F: block/nbd*
@@ -3034,6 +3035,7 @@  F: blockdev-nbd.c
 F: docs/interop/nbd.txt
 F: docs/interop/qemu-nbd.rst
 T: git https://repo.or.cz/qemu/ericb.git nbd
+T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
 
 NFS
 M: Peter Lieven <pl@kamp.de>