From 67b312565f7193da845d1f934fe070cff582861f Mon Sep 17 00:00:00 2001 From: ericm Date: Thu, 1 Dec 2005 02:23:27 +0000 Subject: [PATCH] branch: b_release_1_4_6 add missing declaration of mds_quota_interface --- lustre/mds/handler.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 9acef0c..0704bd2 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -2464,6 +2464,9 @@ static struct obd_ops mdt_obd_ops = { .o_health_check = mdt_health_check, }; +quota_interface_t *quota_interface; +quota_interface_t mds_quota_interface; + static int __init mds_init(void) { int rc; -- 1.8.3.1