Revision 1d29b5a2ed7eb8862c9b66daf475f3e4c1a40299 authored by Al Viro on 19 June 2011, 00:37:33 UTC, committed by Al Viro on 20 June 2011, 14:45:21 UTC
nothing blocking other than generic_permission() (and
check_acl callback does bail out in RCU mode).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent cf12791
Raw File
lockdep_states.h
/*
 * Lockdep states,
 *
 * please update XXX_LOCK_USAGE_STATES in include/linux/lockdep.h whenever
 * you add one, or come up with a nice dynamic solution.
 */
LOCKDEP_STATE(HARDIRQ)
LOCKDEP_STATE(SOFTIRQ)
LOCKDEP_STATE(RECLAIM_FS)
back to top