
if we ourselves hold the lock. This prevents e.g. mknod from hanging indefinitely. Also, always use the return value from VOP_ISLOCKED to determine whether we hold the lock or someone else does, rather than looking into the lock structure ourselves.
if we ourselves hold the lock. This prevents e.g. mknod from hanging indefinitely. Also, always use the return value from VOP_ISLOCKED to determine whether we hold the lock or someone else does, rather than looking into the lock structure ourselves.