From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP2qN-0007eO-Jf for qemu-devel@nongnu.org; Mon, 18 Jul 2016 03:20:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bP2qJ-0008BT-ET for qemu-devel@nongnu.org; Mon, 18 Jul 2016 03:19:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP2qJ-0008B5-8a for qemu-devel@nongnu.org; Mon, 18 Jul 2016 03:19:55 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 412A737E71 for ; Mon, 18 Jul 2016 07:19:54 +0000 (UTC) From: Fam Zheng Date: Mon, 18 Jul 2016 15:19:47 +0800 Message-Id: <1468826387-10473-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add include/block/aio.h to block I/O path section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@redhat.com, mreitz@redhat.com 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 --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1d0e2c3..83e0f13 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 -- 2.7.4