Whamcloud - gitweb
LU-1773 lov: lov_delete_raid0() need heed lov_fini_raid0()
[fs/lustre-release.git] / lustre / include / obd_support.h
index 9649e49..6a36343 100644 (file)
@@ -437,6 +437,7 @@ int obd_alloc_fail(const void *ptr, const char *name, const char *type,
 #define OBD_FAIL_LLITE                              0x1400
 #define OBD_FAIL_LLITE_FAULT_TRUNC_RACE             0x1401
 #define OBD_FAIL_LOCK_STATE_WAIT_INTR               0x1402
+#define OBD_FAIL_LOV_INIT                          0x1403
 
 /* Assign references to moved code to reduce code changes */
 #define OBD_FAIL_PRECHECK(id)                   CFS_FAIL_PRECHECK(id)