From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH v2] xen-blkback: defer freeing blkif to avoid blocking xenwatch Date: Tue, 13 May 2014 10:32:36 +0100 Message-ID: <5371E6B4.6040301@citrix.com> References: <1399678479-14758-1-git-send-email-vali.priescu@gmail.com> <1399922737-10741-1-git-send-email-vali.priescu@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1399922737-10741-1-git-send-email-vali.priescu@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Valentin Priescu , xen-devel@lists.xensource.com Cc: Valentin Priescu , Matt Wilson List-Id: xen-devel@lists.xenproject.org On 12/05/14 20:25, Valentin Priescu wrote: > From: Valentin Priescu > > Currently xenwatch blocks in VBD disconnect, waiting for all pending I/O > requests to finish. If the VBD is attached to a hot-swappable disk, then > xenwatch can hang for a long period of time, stalling other watches. > [...] > > With this patch, when there is still pending I/O, the actual disconnect > is done by the last reference holder (last pending I/O request). In this > case, xenwatch doesn't block indefinitely. Reviewed-by: David Vrabel > Signed-off-by: Valentin Priescu > Reviewed-by: Steven Kady > Reviewed-by: Steven Noonan > Acked-by: Matt Wilson Not sure Acked-by by a non-maintainer makes much sense. Matt, did you mean Reviewed-by here instead? David