From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv0q1-0004uj-Nq for qemu-devel@nongnu.org; Tue, 15 Jan 2013 02:21:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv0q0-0006Pk-Bd for qemu-devel@nongnu.org; Tue, 15 Jan 2013 02:21:37 -0500 Received: from mail-wi0-f182.google.com ([209.85.212.182]:54884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv0q0-0006Pb-5V for qemu-devel@nongnu.org; Tue, 15 Jan 2013 02:21:36 -0500 Received: by mail-wi0-f182.google.com with SMTP id hn14so1971332wib.9 for ; Mon, 14 Jan 2013 23:21:35 -0800 (PST) Date: Tue, 15 Jan 2013 08:21:33 +0100 From: Stefan Hajnoczi Message-ID: <20130115072133.GA5649@stefanha-thinkpad.redhat.com> References: <1358143263-14565-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1358143263-14565-1-git-send-email-namei.unix@gmail.com> Subject: Re: [Qemu-devel] [PATCH 1/2] sheepdog: multiplex the rw FD to flush cache List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yuan Cc: Kevin Wolf , MORITA Kazutaka , qemu-devel@nongnu.org, Stefan Hajnoczi On Mon, Jan 14, 2013 at 02:01:02PM +0800, Liu Yuan wrote: > From: Liu Yuan > > This will reduce sockfds connected to the sheep server to one, which simply the > future hacks. > > Cc: MORITA Kazutaka > Cc: Kevin Wolf > Cc: Stefan Hajnoczi > Signed-off-by: Liu Yuan > --- > block/sheepdog.c | 64 +++++++++++++++++++++++------------------------------- > 1 file changed, 27 insertions(+), 37 deletions(-) This series looks fine to me but I'd like to give Kazutaka a chance to review. Stefan