From 7067ba0f27bcf50cb4eb3962bc1f59d084ee9f8b Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 30 Sep 2008 11:56:10 +0000 Subject: [PATCH] Branch b1_8_gate b=17059 i=ZhiYong Tian i=Johann Lombardi Always build quota support with client --- lustre/osc/osc_request.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 3e6621b..40d6a7b 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -2586,7 +2586,6 @@ static int osc_queue_async_io(struct obd_export *exp, struct lov_stripe_md *lsm, RETURN(-EBUSY); /* check if the file's owner/group is over quota */ -#ifdef HAVE_QUOTA_SUPPORT if ((cmd & OBD_BRW_WRITE) && !(cmd & OBD_BRW_NOQUOTA)){ struct obd_async_page_ops *ops; struct obdo *oa; @@ -2605,7 +2604,6 @@ static int osc_queue_async_io(struct obd_export *exp, struct lov_stripe_md *lsm, if (rc) RETURN(rc); } -#endif if (loi == NULL) loi = lsm->lsm_oinfo[0]; -- 1.8.3.1