diff mbox series

MAINTAINERS: fix qcow2-bitmap.c under Dirty Bitmaps header

Message ID 20191219101603.25508-1-vsementsov@virtuozzo.com
State New
Headers show
Series MAINTAINERS: fix qcow2-bitmap.c under Dirty Bitmaps header | expand

Commit Message

Vladimir Sementsov-Ogievskiy Dec. 19, 2019, 10:16 a.m. UTC
Somehow I wrote not full path to the file. Fix that.

Also, while being here, rearrange entries, so that includes go first,
then block, than migration, than util.

Fixes: 052db8e71444d
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---

If you don't like rearrangement, keep just
s/qcow2-bitmap.c/block\/qcow2-bitmap.c/

 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Kevin Wolf Dec. 19, 2019, 11:27 a.m. UTC | #1
Am 19.12.2019 um 11:16 hat Vladimir Sementsov-Ogievskiy geschrieben:
> Somehow I wrote not full path to the file. Fix that.
> 
> Also, while being here, rearrange entries, so that includes go first,
> then block, than migration, than util.
> 
> Fixes: 052db8e71444d
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

Thanks, applied to the block branch.

Kevin
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 740401bcbb..dc81c89ccb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1870,12 +1870,12 @@  M: John Snow <jsnow@redhat.com>
 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
 L: qemu-block@nongnu.org
 S: Supported
-F: util/hbitmap.c
-F: block/dirty-bitmap.c
 F: include/qemu/hbitmap.h
 F: include/block/dirty-bitmap.h
-F: qcow2-bitmap.c
+F: block/dirty-bitmap.c
+F: block/qcow2-bitmap.c
 F: migration/block-dirty-bitmap.c
+F: util/hbitmap.c
 F: tests/test-hbitmap.c
 F: docs/interop/bitmaps.rst
 T: git https://github.com/jnsnow/qemu.git bitmaps