cvs commit: src/sys/kern uipc_usrreq.c

Robert Watson rwatson at FreeBSD.org
Sun Aug 22 13:04:56 PDT 2004


rwatson     2004-08-22 20:04:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             uipc_usrreq.c 
  Log:
  MT5 uipc_usrreq.c:1.139:
  
    date: 2004/08/19 01:45:16;  author: rwatson;  state: Exp;  lines: +10 -2
    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.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.138.2.1  +10 -2     src/sys/kern/uipc_usrreq.c


More information about the cvs-all mailing list