Whamcloud - gitweb
b=24117 params_tree code for YangtzeI
[fs/lustre-release.git] / libcfs / libcfs / debug.c
index be2db8e..de6e0da 100644 (file)
@@ -322,8 +322,8 @@ libcfs_debug_str2mask(int *mask, const char *str, int is_subsys)
                 return 0;
         }
 
-        return libcfs_str2mask(str, fn, mask, is_subsys ? 0 : D_CANTMASK,
-                               0xffffffff);
+        return cfs_str2mask(str, fn, mask, is_subsys ? 0 : D_CANTMASK,
+                            0xffffffff);
 }
 
 /**