cvs commit: src/sys/kern uipc_usrreq.c

Robert Watson rwatson at FreeBSD.org
Wed Aug 18 18:45:17 PDT 2004


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


More information about the cvs-src mailing list