diff options
author | Thomas Huth <thuth@redhat.com> | 2019-05-06 08:18:54 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-05-10 16:45:40 +0200 |
commit | 5c6090fa5bc02bd99efae19c80d18df1f1962764 (patch) | |
tree | 754662c31d453ceacf7dc6697745e082a3f3555f | |
parent | 30c321f97fa5898a5ad71070af6ce271fbdba347 (diff) | |
download | qemu-5c6090fa5bc02bd99efae19c80d18df1f1962764.zip |
MAINTAINERS: Downgrade status of block sections without "M:" to "Odd Fixes"
Fixes might still get picked up via the qemu-block mailing list,
so the status is not "Orphan" yet.
Also add the gluster mailing list as suggested by Niels here:
https://patchwork.kernel.org/patch/10613297/#22409943
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 66ddbda9c9..899a4cd572 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2404,12 +2404,13 @@ F: block/ssh.c CURL L: qemu-block@nongnu.org -S: Supported +S: Odd Fixes F: block/curl.c GLUSTER L: qemu-block@nongnu.org -S: Supported +L: integration@gluster.org +S: Odd Fixes F: block/gluster.c Null Block Driver |