From 42d29e4fca7580b60a08418eaf29c58406f55ca4 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 29 Mar 2006 18:51:50 +0000 Subject: [PATCH] add OBD_FAIL_MDS_SET_INFO_{PACK,NET}: having OBD_FAIL's for all mds methods makes mdt code simpler --- lustre/include/linux/obd_support.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/linux/obd_support.h b/lustre/include/linux/obd_support.h index 71bd1f0..2d1cf43 100644 --- a/lustre/include/linux/obd_support.h +++ b/lustre/include/linux/obd_support.h @@ -99,6 +99,8 @@ extern wait_queue_head_t obd_race_waitq; #define OBD_FAIL_MDS_SETXATTR_NET 0x132 #define OBD_FAIL_MDS_SETXATTR 0x133 #define OBD_FAIL_MDS_SETXATTR_WRITE 0x134 +#define OBD_FAIL_MDS_SET_INFO_NET 0x135 +#define OBD_FAIL_MDS_SET_INFO_PACK 0x136 #define OBD_FAIL_OST 0x200 #define OBD_FAIL_OST_CONNECT_NET 0x201 -- 1.8.3.1