From 0f1bba2192bd3ef87c4a71ea503e857efae1481b Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 30 Sep 2008 11:56:12 +0000 Subject: [PATCH] Branch b1_8_gate b=17059 i=ZhiYong Tian i=Johann Lombardi Always build quota support with client --- lustre/ost/ost_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index adae2c2a..386b351 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -1495,6 +1495,7 @@ int ost_msg_check_version(struct lustre_msg *msg) case OST_QUOTACHECK: case OST_QUOTACTL: case OST_QUOTA_ADJUST_QUNIT: +#endif rc = lustre_msg_check_version(msg, LUSTRE_OST_VERSION); if (rc) CERROR("bad opc %u version %08x, expecting %08x\n", @@ -1502,7 +1503,6 @@ int ost_msg_check_version(struct lustre_msg *msg) lustre_msg_get_version(msg), LUSTRE_OST_VERSION); break; -#endif case LDLM_ENQUEUE: case LDLM_CONVERT: case LDLM_CANCEL: -- 1.8.3.1