From: jxiong Date: Wed, 5 Nov 2008 03:20:15 +0000 (+0000) Subject: b=15715 X-Git-Tag: v1_7_140~1^196~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e3c21abc2da112a5a396bb02c260b6ab8d08b5f3;p=fs%2Flustre-release.git b=15715 r=adilger,green Fixed the race of destroying and enqueuing a ldlm lock at OST side. --- 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