From: Fam Zheng Date: Mon, 18 Jul 2016 07:19:47 +0000 (+0800) Subject: MAINTAINERS: Add include/block/aio.h to block I/O path section X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~6^2~13^2~6^2~108^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1029ae26d96d5de78c2d9af5eddcea92e73a46a;p=sdk%2Femulator%2Fqemu.git MAINTAINERS: Add include/block/aio.h to block I/O path section This file is actually the header for async.c and aio-*.c., so add it to the same section. Suggested-by: Max Reitz Signed-off-by: Fam Zheng Message-id: 1468826387-10473-1-git-send-email-famz@redhat.com Signed-off-by: Stefan Hajnoczi --- diff --git a/MAINTAINERS b/MAINTAINERS index 1d0e2c39ce..83e0f1347d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1027,6 +1027,7 @@ F: async.c F: aio-*.c F: block/io.c F: migration/block* +F: include/block/aio.h T: git git://github.com/stefanha/qemu.git block Block Jobs