Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 01:45:16 +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:  <200408190145.i7J1jGbW006861@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-08-19 01:45:16 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystem
  lock is not held.
  
  Rather than annotating that the lock is released after calls to
  unp_detach() with a comment, annotate with an assertion.
  
  Assert that the UNIX domain socket subsystem lock is not held when
  unp_externalize() and unp_internalize() are called.
  
  Revision  Changes    Path
  1.139     +10 -2     src/sys/kern/uipc_usrreq.c



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