From: Eric Bollengier Date: Wed, 9 Dec 2009 13:50:24 +0000 (+0100) Subject: Tweak mutex order for SD X-Git-Tag: Release-5.0.0~164 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=622ee72055f42b85772a1f246eae84b8c90cb56e;p=bacula%2Fbacula Tweak mutex order for SD --- 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