From 8c498babe35f7a39ed3edd68ea16f61a1bc2c073 Mon Sep 17 00:00:00 2001
From: komaln <komaln>
Date: Sun, 6 Jan 2008 11:27:39 +0000
Subject: [PATCH] b=14184

A small fix for a patch 'to remove lprocfs_init_vars() and realted macros'
---
 lustre/quota/quotacheck_test.c | 2 +-
 lustre/quota/quotactl_test.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/quota/quotacheck_test.c b/lustre/quota/quotacheck_test.c
index ff9963dbc5..35ce5f906e 100644
--- a/lustre/quota/quotacheck_test.c
+++ b/lustre/quota/quotacheck_test.c
@@ -204,7 +204,7 @@ static int __init quotacheck_test_init(void)
 {
         struct lprocfs_static_vars lvars = { 0 };
 
-        lprocfs_init_quotacheck_test_vars(&lvars);
+        lprocfs_quotacheck_test_init_vars(&lvars);
         return class_register_type(&quotacheck_obd_ops, NULL, lvars.module_vars,
                                    "quotacheck_test", NULL);
 }
diff --git a/lustre/quota/quotactl_test.c b/lustre/quota/quotactl_test.c
index 7a50deb2e5..09993c10de 100644
--- a/lustre/quota/quotactl_test.c
+++ b/lustre/quota/quotactl_test.c
@@ -344,7 +344,7 @@ static int __init quotactl_test_init(void)
 {
         struct lprocfs_static_vars lvars = { 0 };
 
-        lprocfs_init_quotactl_test_vars(&lvars);
+        lprocfs_quotactl_test_init_vars(&lvars);
         return class_register_type(&quotactl_obd_ops, NULL, lvars.module_vars,
                                    "quotactl_test", NULL);
 }
-- 
GitLab