Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2499a30
)
add OBD_FAIL_MDS_SET_INFO_{PACK,NET}: having OBD_FAIL's for all mds methods makes...
author
nikita
<nikita>
Wed, 29 Mar 2006 18:51:50 +0000
(18:51 +0000)
committer
nikita
<nikita>
Wed, 29 Mar 2006 18:51:50 +0000
(18:51 +0000)
lustre/include/linux/obd_support.h
patch
|
blob
|
history
diff --git
a/lustre/include/linux/obd_support.h
b/lustre/include/linux/obd_support.h
index
71bd1f0
..
2d1cf43
100644
(file)
--- 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