Whamcloud - gitweb
Move the on-wire stucts/definitions into lustre_idl.h, for the CVS head.
[fs/lustre-release.git] / lustre / include / linux / obd_support.h
index e3e4020..1a63479 100644 (file)
@@ -60,6 +60,8 @@ extern unsigned long obd_fail_loc;
 #define OBD_FAIL_MDS_DISCONNECT_NET      0x11a
 #define OBD_FAIL_MDS_GETSTATUS_NET       0x11b
 #define OBD_FAIL_MDS_GETSTATUS_PACK      0x11c
+#define OBD_FAIL_MDS_STATFS_PACK         0x11d
+#define OBD_FAIL_MDS_STATFS_NET          0x11e
 
 #define OBD_FAIL_OST                     0x200
 #define OBD_FAIL_OST_CONNECT_NET         0x201
@@ -108,6 +110,8 @@ do {                                                                         \
 #include <linux/types.h>
 #include <linux/blkdev.h>
 
+#define fixme() CDEBUG(D_OTHER, "FIXME\n");
+
 static inline void OBD_FAIL_WRITE(int id, kdev_t dev)
 {
         if (OBD_FAIL_CHECK(id)) {