Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2006 18:37:44 +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_socket.c
Message-ID:  <200608021837.k72IbiZk087252@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-08-02 18:37:44 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Move destroying kqueue state from above pru_detach to below it in
  sofree(), as a number of protocols expect to be able to call
  soisdisconnected() during detach.  That may not be a good assumption,
  but until I'm sure if it's a good assumption or not, allow it.
  
  Revision  Changes    Path
  1.278     +2 -2      src/sys/kern/uipc_socket.c



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