From 622ee72055f42b85772a1f246eae84b8c90cb56e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 9 Dec 2009 14:50:24 +0100 Subject: [PATCH] Tweak mutex order for SD --- bacula/src/lib/mutex_list.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/src/lib/mutex_list.h b/bacula/src/lib/mutex_list.h index 42d3995d6d..fce166ead5 100644 --- a/bacula/src/lib/mutex_list.h +++ b/bacula/src/lib/mutex_list.h @@ -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 -- 2.39.5