From 3f90e986d8731f74f79e08c852c85ab0f67d5fc4 Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 30 Sep 2008 11:56:01 +0000 Subject: [PATCH] Branch b1_8_gate b=17059 i=ZhiYong Tian i=Johann Lombardi Always build quota support with client --- lustre/ldlm/ldlm_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index fce5884..293cdb9 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1891,7 +1891,6 @@ void target_committed_to_req(struct ptlrpc_request *req) EXPORT_SYMBOL(target_committed_to_req); -#ifdef HAVE_QUOTA_SUPPORT int target_handle_qc_callback(struct ptlrpc_request *req) { struct obd_quotactl *oqctl; @@ -1909,6 +1908,7 @@ int target_handle_qc_callback(struct ptlrpc_request *req) return 0; } +#ifdef HAVE_QUOTA_SUPPORT int target_handle_dqacq_callback(struct ptlrpc_request *req) { #ifdef __KERNEL__ -- 1.8.3.1