From 5db474970055e410a52d72822c457c8b7522403f Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 9 Nov 2004 02:26:51 +0000 Subject: [PATCH] b=5114 add placeholder for fail loc defined on b_cray --- lustre/include/linux/obd_support.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/include/linux/obd_support.h b/lustre/include/linux/obd_support.h index 9a014ec..26d95f6 100644 --- a/lustre/include/linux/obd_support.h +++ b/lustre/include/linux/obd_support.h @@ -84,7 +84,10 @@ extern wait_queue_head_t obd_race_waitq; #define OBD_FAIL_MDS_DONE_WRITING_NET 0x126 #define OBD_FAIL_MDS_DONE_WRITING_PACK 0x127 #define OBD_FAIL_MDS_ALLOC_OBDO 0x128 -#define OBD_FAIL_MDS_STATFS_LCW_SLEEP 0x129 +#if 0 /* added on b_cray */ +#define OBD_FAIL_MDS_PAUSE_OPEN 0x129 +#endif +#define OBD_FAIL_MDS_STATFS_LCW_SLEEP 0x12a #define OBD_FAIL_OST 0x200 #define OBD_FAIL_OST_CONNECT_NET 0x201 -- 1.8.3.1