From 30b51c352ae433e5fd2c129f2512d1beceb2be47 Mon Sep 17 00:00:00 2001 From: tianzy Date: Fri, 25 Jul 2008 13:34:19 +0000 Subject: [PATCH] Branch b1_8 add quota statistics and sort out quota lproc code. b=15058 i=johann i=andrew.perepechko --- lustre/include/obd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index a63f18c..94104a6 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -1129,7 +1129,8 @@ struct obd_ops { int (*o_quotacheck)(struct obd_export *, struct obd_quotactl *); int (*o_quotactl)(struct obd_export *, struct obd_quotactl *); int (*o_quota_adjust_qunit)(struct obd_export *exp, - struct quota_adjust_qunit *oqaq); + struct quota_adjust_qunit *oqaq, + struct lustre_quota_ctxt *qctxt); int (*o_ping)(struct obd_export *exp); -- 1.8.3.1