From: nikita Date: Wed, 29 Mar 2006 18:51:50 +0000 (+0000) Subject: add OBD_FAIL_MDS_SET_INFO_{PACK,NET}: having OBD_FAIL's for all mds methods makes... X-Git-Tag: v1_8_0_110~486^2~2129 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=42d29e4fca7580b60a08418eaf29c58406f55ca4;p=fs%2Flustre-release.git add OBD_FAIL_MDS_SET_INFO_{PACK,NET}: having OBD_FAIL's for all mds methods makes mdt code simpler --- 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