From owner-cvs-src@FreeBSD.ORG Fri Feb 9 17:22:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAD4416A401; Fri, 9 Feb 2007 17:22:11 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8286A13C4A3; Fri, 9 Feb 2007 17:22:11 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19HMB1h079922; Fri, 9 Feb 2007 17:22:11 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19HMBGW079913; Fri, 9 Feb 2007 17:22:11 GMT (envelope-from avatar) Message-Id: <200702091722.l19HMBGW079913@repoman.freebsd.org> From: Tai-hwa Liang Date: Fri, 9 Feb 2007 17:22:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netsmb smb_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 17:22:11 -0000 avatar 2007-02-09 17:22:11 UTC FreeBSD src repository Modified files: sys/netsmb smb_dev.c Log: Backing out the wrong fix which could possibly trash the memory if devfs tries to drop the reference count after our close routine returns. A more correct fix is to defer the destroy_dev() to a taskqueue(either in devfs or locally). Reminded by: jhb Revision Changes Path 1.31 +0 -1 src/sys/netsmb/smb_dev.c