From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 4/6] virtio-blk: implement ->make_request Date: Thu, 22 Dec 2011 21:28:36 +0100 Message-ID: <20111222202836.GA1443@lst.de> References: <1324429254-28383-1-git-send-email-minchan@kernel.org> <1324429254-28383-5-git-send-email-minchan@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Minchan Kim , Rusty Russell , Chris Wright , Jens Axboe , Stefan Hajnoczi , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Hellwig , Christoph Hellwig , Minchan Kim To: Stefan Hajnoczi Return-path: Received: from verein.lst.de ([213.95.11.211]:38499 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752882Ab1LVU2i (ORCPT ); Thu, 22 Dec 2011 15:28:38 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Dec 22, 2011 at 12:20:01PM +0000, Stefan Hajnoczi wrote: > virtblk_make_request() checks that the queue is not plugged. Do we > need to do that here too? biot based drivers don't have a queue that could be plugged.