From 6deef578c6351b6d228394e005a870c6fc831472 Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 30 Sep 2008 11:55:58 +0000 Subject: [PATCH] Branch b1_8_gate b=17059 i=ZhiYong Tian i=Johann Lombardi Always build quota support with client --- lustre/include/lustre_lib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/include/lustre_lib.h b/lustre/include/lustre_lib.h index 248af14..5a77d0f 100644 --- a/lustre/include/lustre_lib.h +++ b/lustre/include/lustre_lib.h @@ -83,13 +83,12 @@ int target_handle_ping(struct ptlrpc_request *req); int target_pack_pool_reply(struct ptlrpc_request *req); void target_committed_to_req(struct ptlrpc_request *req); -#ifdef HAVE_QUOTA_SUPPORT /* quotacheck callback, dqacq/dqrel callback handler */ int target_handle_qc_callback(struct ptlrpc_request *req); +#ifdef HAVE_QUOTA_SUPPORT int target_handle_dqacq_callback(struct ptlrpc_request *req); #else #define target_handle_dqacq_callback(req) ldlm_callback_reply(req, -ENOTSUPP) -#define target_handle_qc_callback(req) (0) #endif void target_cancel_recovery_timer(struct obd_device *obd); -- 1.8.3.1