Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2003 09:30:03 -0700 (PDT)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam/scsi scsi_target.c
Message-ID:  <200309041630.h84GU3Z7017044@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2003/09/04 09:30:03 PDT

  FreeBSD src repository

  Modified files:
    sys/cam/scsi         scsi_target.c 
  Log:
  Calling KNOTE with locks held may result in recursion when it calls back
  into targreadfilt().  Unlock around calls to notify_user().  If an application
  is sending CCBs while the endpoint is shutting down, this may result in
  incomplete disable.  A more complete solution will come with a "dying" flag.
  
  Submitted by:   simokawa
  
  Revision  Changes    Path
  1.56      +13 -2     src/sys/cam/scsi/scsi_target.c



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