Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2006 19:16:35 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_usrreq.c
Message-ID:  <200607261916.k6QJGZwt055573@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-07-26 19:16:35 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  Remove call to soisdisconnected() in uipc_detach(), since it will already
  have been invoked by uipc_close() or uipc_abort(), and the socket is in a
  state of being torn down by the time we get to this point, so kqueue
  state frobbed by soisdisconnected() is not available, so frobbing it will
  result in a panic.
  
  Reported by:    Munehiro Matsuda <haro at h4 dot dion dot ne dot jp>
  
  Revision  Changes    Path
  1.182     +0 -1      src/sys/kern/uipc_usrreq.c



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