Staging
v0.8.1
https://github.com/torvalds/linux
Revision 471a5c7c839114cc8b55876203aeb2817c33e3c5 authored by Al Viro on 10 July 2006, 12:29:24 UTC, committed by Al Viro on 03 August 2006, 14:55:18 UTC
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 5422e01
Raw File
Tip revision: 471a5c7c839114cc8b55876203aeb2817c33e3c5 authored by Al Viro on 10 July 2006, 12:29:24 UTC
[PATCH] introduce audit rules counter
Tip revision: 471a5c7
locking-selftest-wsem.h
#undef LOCK
#define LOCK		WSL

#undef UNLOCK
#define UNLOCK		WSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top