X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_lmv.h;h=d32b4ac372b5842f8640beacf28e82f534446718;hp=45c5366b4b79833a6a6603139ac3687e42cad0d5;hb=c1d0a355a6;hpb=a120bb13525727654713f008ffcaf0e3aec7cb65 diff --git a/lustre/include/lustre_lmv.h b/lustre/include/lustre_lmv.h index 45c5366..d32b4ac 100644 --- a/lustre/include/lustre_lmv.h +++ b/lustre/include/lustre_lmv.h @@ -54,12 +54,6 @@ struct lmv_stripe_md { struct lmv_oinfo lsm_md_oinfo[0]; }; -static inline bool lmv_is_known_hash_type(__u32 type) -{ - return (type & LMV_HASH_TYPE_MASK) == LMV_HASH_TYPE_FNV_1A_64 || - (type & LMV_HASH_TYPE_MASK) == LMV_HASH_TYPE_ALL_CHARS; -} - static inline bool lmv_dir_striped(const struct lmv_stripe_md *lsm) { return lsm && lsm->lsm_md_magic == LMV_MAGIC; @@ -88,12 +82,6 @@ static inline bool lmv_dir_bad_hash(const struct lmv_stripe_md *lsm) return !lmv_is_known_hash_type(lsm->lsm_md_hash_type); } -/* NB, this is checking directory default LMV */ -static inline bool lmv_dir_qos_mkdir(const struct lmv_stripe_md *lsm) -{ - return lsm && (lsm->lsm_md_hash_type & LMV_HASH_FLAG_SPACE); -} - static inline bool lsm_md_eq(const struct lmv_stripe_md *lsm1, const struct lmv_stripe_md *lsm2) {