cvs commit: src/sys/kern kern_sx.c src/sys/sys sx.h

Attilio Rao attilio at freebsd.org
Sat May 19 17:38:53 UTC 2007


2007/5/19, John Baldwin <jhb at freebsd.org>:
> jhb         2007-05-19 16:35:27 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/kern             kern_sx.c
>    sys/sys              sx.h
>  Log:
>  Add a new SX_RECURSE flag to make support for recursive exclusive locks
>  conditional.  By default, sx(9) locks are back to not supporting recursive
>  exclusive locks.

The MPASS into sx_init_flags() should know about SX_ADAPTIVESPIN too.

Thanks,
Attilio


-- 
Peace can only be achieved by understanding - A. Einstein


More information about the cvs-src mailing list