From owner-freebsd-current@FreeBSD.ORG Sun Jul 8 01:21:42 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F8D116A41F for ; Sun, 8 Jul 2007 01:21:42 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id E81DB13C480 for ; Sun, 8 Jul 2007 01:21:41 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l681LWWD069636; Sat, 7 Jul 2007 19:21:34 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46903C19.2040002@samsco.org> Date: Sat, 07 Jul 2007 19:21:29 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2 MIME-Version: 1.0 To: Kostik Belousov References: <20070703180141.GJ2200@deviant.kiev.zoral.com.ua> <20070705144443.GV2200@deviant.kiev.zoral.com.ua> <20070707160042.GJ2200@deviant.kiev.zoral.com.ua> In-Reply-To: <20070707160042.GJ2200@deviant.kiev.zoral.com.ua> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Sat, 07 Jul 2007 19:21:35 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Tai-hwa Liang , Jiawei Ye , current@freebsd.org Subject: Re: HEADS UP: destroy_dev_sched() KPI in the tree X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 01:21:42 -0000 Kostik Belousov wrote: > On Sat, Jul 07, 2007 at 08:36:23PM +0800, Jiawei Ye wrote: >> On 7/5/07, Kostik Belousov wrote: >>> Today, I reverted the part of commit that tried to transform destroy_dev() >> >from d_close() into destroy_dev_sched(). See kern_conf.c, rev. 1.208. >>> You shall call destroy_dev_sched() explicitely. >>> >>> >> Does this mean that mount_smbfs has to explicitly call it now? It is >> currently stuck in the devdrn state with the latest kernel :( >> >> Jiawei Ye > Exactly. Patch by Tai-hwa Liang is pending. I also remember that sg(4) > had the same problem, but I do not know it current status. Which driver is sg(4)? If you're talking about scsi_sg, it's not affected by the problem. scsi_targ is/was, I haven't checked to see if it was fixed yet. Scott