]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak mutex order for SD
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 9 Dec 2009 13:50:24 +0000 (14:50 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 9 Dec 2009 14:34:59 +0000 (15:34 +0100)
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