CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/04/23 13:40:28

Modified files:
        sys/isofs/cd9660: cd9660_node.c 

Log message:
simple_lock -> XXXLOCKING comments.

This is a similar case to the ntfs commit just made, howerver things a
somewhat more hard to audit because cd9660 actually implements vnode
locking (using lockmgr still due to vnode recursion *vomit*). No rwlock
on the hash table though so these locks can probably be converted to
mutexes fairly simply to prevent reentering the list code.

Reply via email to