From 2238c68e39496f11362a6bf69f5c5d268ac93417 Mon Sep 17 00:00:00 2001 From: anserper Date: Wed, 15 Oct 2008 23:37:04 +0000 Subject: [PATCH] Branch b1_8_gate b=17302 i=Johann Lombardi i=ZhiYong Tian add compatibility for pre-1.6.6 lustre servers --- lustre/include/lustre/lustre_user.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/lustre/lustre_user.h b/lustre/include/lustre/lustre_user.h index 137ebb0..f263c38 100644 --- a/lustre/include/lustre/lustre_user.h +++ b/lustre/include/lustre/lustre_user.h @@ -294,6 +294,8 @@ struct mds_grp_downcall_data { #endif /* !__KERNEL__ */ +#define QFMT_LDISKFS 2 /* pre-1.6.6 compatibility */ + typedef enum lustre_quota_version { LUSTRE_QUOTA_V1 = 0, LUSTRE_QUOTA_V2 = 1 -- 1.8.3.1