From c0c0f7f325a4d022144c7bd496294250281bd140 Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 21 Oct 2008 17:21:10 +0000 Subject: [PATCH] b=17323 r=adilger,johann - fixes log_cancel resend handling --- 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 9238782..edf4148 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -270,6 +270,7 @@ extern unsigned int obd_alloc_fail_rate; #define OBD_FAIL_OBD_QC_CALLBACK_NET 0x603 #define OBD_FAIL_OBD_DQACQ 0x604 #define OBD_FAIL_OBD_LLOG_SETUP 0x605 +#define OBD_FAIL_OBD_LOG_CANCEL_REP 0x606 #define OBD_FAIL_TGT_REPLY_NET 0x700 #define OBD_FAIL_TGT_CONN_RACE 0x701 -- 1.8.3.1