mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
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:
parent
3029ed4003
commit
d55a767287
@ -81,8 +81,8 @@
|
|||||||
#define LOCK_HIERARCHY_UTILS_GLOBAL 710
|
#define LOCK_HIERARCHY_UTILS_GLOBAL 710
|
||||||
#define LOCK_HIERARCHY_OTHER_GLOBAL 720
|
#define LOCK_HIERARCHY_OTHER_GLOBAL 720
|
||||||
#define LOCK_HIERARCHY_ACL_GLOBAL 730
|
#define LOCK_HIERARCHY_ACL_GLOBAL 730
|
||||||
#define LOCK_HIERARCHY_USER_GLOBAL 740
|
#define LOCK_HIERARCHY_EACCES_GLOBAL 740
|
||||||
#define LOCK_HIERARCHY_EACCES_GLOBAL 750
|
#define LOCK_HIERARCHY_USER_GLOBAL 750
|
||||||
#define LOCK_HIERARCHY_AFSDBSBMT_GLOBAL 1000
|
#define LOCK_HIERARCHY_AFSDBSBMT_GLOBAL 1000
|
||||||
#define LOCK_HIERARCHY_TOKEN_EVENT_GLOBAL 2000
|
#define LOCK_HIERARCHY_TOKEN_EVENT_GLOBAL 2000
|
||||||
#define LOCK_HIERARCHY_SYSCFG_GLOBAL 3000
|
#define LOCK_HIERARCHY_SYSCFG_GLOBAL 3000
|
||||||
|
Loading…
Reference in New Issue
Block a user