From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Subject: Re: [PATCH] fix crash in blk_queue_abort Date: Tue, 21 Apr 2009 09:29:03 +0200 Message-ID: <20090421072903.GY4593@kernel.dk> References: <20090417063615.GE4593@kernel.dk> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mikulas Patocka Cc: dm-devel@redhat.com, Alasdair G Kergon List-Id: dm-devel.ids On Mon, Apr 20 2009, Mikulas Patocka wrote: > > Lets just add a > > > > if (!q->request_fn) > > return; > > > > at the top of blk_abort_queue(), no need in making this generic until > > someone actually needs different behaviour. > > > > -- > > Jens Axboe > > Good point. Do it this way. Already did :-) -- Jens Axboe