Windows: reverse order of EACCESS and USER locks

The user lock is obtain while holding the eaccess lock.
Reflect it in the hierarchy.

Change-Id: I3aac945287415cd3babbe52f9fdeb93ab4d729bd
Reviewed-on: http://gerrit.openafs.org/7247
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
Jeffrey Altman 2012-04-18 17:26:00 -04:00 committed by Jeffrey Altman
parent 3029ed4003
commit d55a767287

View File

@ -81,8 +81,8 @@
#define LOCK_HIERARCHY_UTILS_GLOBAL 710
#define LOCK_HIERARCHY_OTHER_GLOBAL 720
#define LOCK_HIERARCHY_ACL_GLOBAL 730
#define LOCK_HIERARCHY_USER_GLOBAL 740
#define LOCK_HIERARCHY_EACCES_GLOBAL 750
#define LOCK_HIERARCHY_EACCES_GLOBAL 740
#define LOCK_HIERARCHY_USER_GLOBAL 750
#define LOCK_HIERARCHY_AFSDBSBMT_GLOBAL 1000
#define LOCK_HIERARCHY_TOKEN_EVENT_GLOBAL 2000
#define LOCK_HIERARCHY_SYSCFG_GLOBAL 3000