Whamcloud - gitweb
LU-2449 osd: osd-zfs to handle ./.. properly
[fs/lustre-release.git] / lustre / include / lustre / lustre_lfsck_user.h
index aaa9330..cb93fde 100644 (file)
@@ -56,10 +56,11 @@ enum lfsck_type {
 };
 
 #define LFSCK_VERSION_V1       1
+#define LFSCK_VERSION_V2       2
 
 #define LFSCK_TYPES_ALL        ((__u16)(~0))
 #define LFSCK_TYPES_DEF        ((__u16)0)
-#define LFSCK_TYPES_SUPPORTED  0
+#define LFSCK_TYPES_SUPPORTED  LT_NAMESPACE
 
 #define LFSCK_SPEED_NO_LIMIT   0
 #define LFSCK_SPEED_LIMIT_DEF  LFSCK_SPEED_NO_LIMIT