]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/mutex_list.h
Tweak mutex order for SD
[bacula/bacula] / bacula / src / lib / mutex_list.h
index 42d3995d6d555ae971ea080e9712e5c6f534c0b6..fce166ead5cf0622507319cb6b244ce893f7b15d 100644 (file)
@@ -34,9 +34,9 @@
  * race conditions and dead locks
  */
 
-#define PRIO_SD_VOLUME_LIST   20
-#define PRIO_SD_DEV_ACCESS    15
+#define PRIO_SD_DEV_ACQUIRE   4
+#define PRIO_SD_VOL_LIST      5
+#define PRIO_SD_DEV_ACCESS    10
 #define PRIO_SD_DEV_SPOOL     14
-#define PRIO_SD_DEV_ACQUIRE   13
 
 #endif