Whamcloud - gitweb
LU-4921 lmv: try all stripes for unknown hash functions
[fs/lustre-release.git] / lustre / include / lustre / lustre_user.h
index 6a828f3..e6f07c0 100644 (file)
@@ -405,6 +405,7 @@ struct lmv_user_mds_data {
 };
 
 enum lmv_hash_type {
+       LMV_HASH_TYPE_UNKNOWN   = 0,    /* 0 is reserved for testing purpose */
        LMV_HASH_TYPE_ALL_CHARS = 1,
        LMV_HASH_TYPE_FNV_1A_64 = 2,
 };