From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] oxenstored: fix short-write issue Date: Tue, 27 Oct 2015 18:31:21 +0100 Message-ID: <20151027173121.GR2483@var.bordeaux.inria.fr> References: <1445965809-5144-1-git-send-email-wei.liu2@citrix.com> <562FB2A3.8070603@citrix.com> <20151027172810.GQ2483@var.bordeaux.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zr85j-00043y-Gk for xen-devel@lists.xenproject.org; Tue, 27 Oct 2015 17:31:23 +0000 Content-Disposition: inline In-Reply-To: <20151027172810.GQ2483@var.bordeaux.inria.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , Wei Liu , Xen-devel , Ian Jackson , Ian Campbell , David Scott List-Id: xen-devel@lists.xenproject.org Another way would be to make ml_interface_write write both pieces instead of just a contiguous one. The caml code would then look less suspicious :) Samuel