Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2007 17:22:11 +0000 (UTC)
From:      Tai-hwa Liang <avatar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netsmb smb_dev.c
Message-ID:  <200702091722.l19HMBGW079913@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702091722.l19HMBGW079913>