attilio     2008-04-12 19:57:30 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_lock.c subr_witness.c 
  Log:
  - Re-introduce WITNESS support for lockmgr.  About the old implementation
    the only one difference is that lockmgr*() functions now accept
    LK_NOWITNESS flag which skips ordering for the instanced calling.
  - Remove an unuseful stub in witness_checkorder() (because the above check
    doesn't allow ever happening) and allow witness_upgrade() to accept
    non-try operation too.
  
  Revision  Changes    Path
  1.131     +78 -17    src/sys/kern/kern_lock.c
  1.245     +0 -11     src/sys/kern/subr_witness.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to