K 10 svn:author V 7 attilio K 8 svn:date V 27 2007-06-26T21:31:56.000000Z K 7 svn:log V 540 Introduce a new rwlocks initialization function: rw_init_flags. This is very similar to sx_init_flags: it initializes the rwlock using special flags passed as third argument (RW_DUPOK, RW_NOPROFILE, RW_NOWITNESS, RW_QUIET, RW_RECURSE). Among these, the most important new feature is probabilly that rwlocks can be acquired recursively now (for both shared and exclusive paths). Because of the recursion counter, the ABI is changed. Tested by: Timothy Redaelli Reviewed by: jhb Approved by: jeff (mentor) Approved by: re END