Whamcloud - gitweb
b=14184
authorkomaln <komaln>
Sun, 6 Jan 2008 11:27:39 +0000 (11:27 +0000)
committerkomaln <komaln>
Sun, 6 Jan 2008 11:27:39 +0000 (11:27 +0000)
A small fix for a patch 'to remove lprocfs_init_vars() and realted macros'

lustre/quota/quotacheck_test.c
lustre/quota/quotactl_test.c

index ff9963d..35ce5f9 100644 (file)
@@ -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);
 }
index 7a50deb..09993c1 100644 (file)
@@ -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);
 }