From e3c21abc2da112a5a396bb02c260b6ab8d08b5f3 Mon Sep 17 00:00:00 2001 From: jxiong Date: Wed, 5 Nov 2008 03:20:15 +0000 Subject: [PATCH] b=15715 r=adilger,green Fixed the race of destroying and enqueuing a ldlm lock at OST side. --- lustre/include/obd_support.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/obd_support.h b/lustre/include/obd_support.h index edf4148..81a18da 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -233,6 +233,7 @@ extern unsigned int obd_alloc_fail_rate; #define OBD_FAIL_LDLM_CLOSE_THREAD 0x313 #define OBD_FAIL_LDLM_CANCEL_BL_CB_RACE 0x314 #define OBD_FAIL_LDLM_CP_CB_WAIT 0x315 +#define OBD_FAIL_LDLM_OST_FAIL_RACE 0x316 #define OBD_FAIL_OSC 0x400 #define OBD_FAIL_OSC_BRW_READ_BULK 0x401 -- 1.8.3.1