Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758527AbZGHXzs (ORCPT ); Wed, 8 Jul 2009 19:55:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754553AbZGHXzi (ORCPT ); Wed, 8 Jul 2009 19:55:38 -0400 Received: from sh.osrg.net ([192.16.179.4]:47915 "EHLO sh.osrg.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754173AbZGHXzh (ORCPT ); Wed, 8 Jul 2009 19:55:37 -0400 Date: Thu, 9 Jul 2009 08:54:56 +0900 To: fujita.tomonori@lab.ntt.co.jp Cc: jens.axboe@oracle.com, James.Bottomley@HansenPartnership.com, dwalker@fifo99.com, maciej.rutecki@gmail.com, akpm@linux-foundation.org, tarkan.erimer@turknet.net.tr, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [BUG] Linux-2.6.31-rc1-git9 Cannot Recognize Empty DVD Media From: FUJITA Tomonori In-Reply-To: <20090709084839G.fujita.tomonori@lab.ntt.co.jp> References: <1247071445.4159.214.camel@mulgrave.site> <20090708165728.GU23611@kernel.dk> <20090709084839G.fujita.tomonori@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20090709085426U.fujita.tomonori@lab.ntt.co.jp> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (sh.osrg.net [192.16.179.4]); Thu, 09 Jul 2009 08:54:57 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2555 Lines: 62 On Thu, 9 Jul 2009 08:49:34 +0900 FUJITA Tomonori wrote: > On Wed, 8 Jul 2009 18:57:28 +0200 > Jens Axboe wrote: > > > On Wed, Jul 08 2009, James Bottomley wrote: > > > On Wed, 2009-07-08 at 09:06 -0700, Daniel Walker wrote: > > > > On Wed, 2009-07-08 at 09:27 -0500, James Bottomley wrote: > > > > > > > > > > You might also try this patch from martin petersen: it will print out > > > > > the actual command that's causing the problems ... that might give a > > > > > clue. > > > > > > > > > > James > > > > > > > > On the bugzilla entry , > > > > > > > > http://bugzilla.kernel.org/show_bug.cgi?id=13727 > > > > > > > > Thomas Meyer indicated it was (possibly) the following commit, > > > > > > > > 018e0446890661504783f92388ecce7138c1566d > > > > > > > > I added Jens to the CC .. > > > > > > So thats: > > > > > > commit 018e0446890661504783f92388ecce7138c1566d > > > Author: Jens Axboe > > > Date: Fri Jun 26 16:27:10 2009 +0200 > > > > > > block: get rid of queue-private command filter > > > > > > What this tends to suggest is that the command filter was blocking some > > > type of command sent from user space which is causing the problem, and > > > now we're letting it through. Restoring the command filter will work > > > around the problem, but the root cause should be finding and fixing > > > whatever is issuing the commands in the first place. > > > > There should be no functional change, since the filters were all the > > same. Perhaps blk_scsi_ioctl_init() isn't being run, a good start would > > be to stick a printk() in there and verify that it's actually being > > executed. I've been tricked by __init before. > > I can't find where you call blk_scsi_ioctl_init(). I've attached a fix > (not tested). > > Jens, I'm not sure that I saw the above patch on any mailing list. If > you merged the patch without sending any mailing list, please don't do > that. > > > = > From: FUJITA Tomonori > Subject: [PATCH] block: call blk_scsi_ioctl_init() > > Currently, blk_scsi_ioctl_init() is not called so > blk_default_cmd_filter isn't initalized. Some commands are not blocked > wrongly. Oops, it should have been "some commands are blocked wrongly". -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/