Whamcloud - gitweb
LU-1405 osd: Kernel panic when running sanityn test_12
[fs/lustre-release.git] / lustre / obdclass / lu_time.c
index 70a658b..e3c3b86 100644 (file)
@@ -1,6 +1,4 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * GPL HEADER START
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -131,7 +129,7 @@ EXPORT_SYMBOL(lu_time_named_init);
 int lu_time_init(struct lprocfs_stats **stats, cfs_proc_dir_entry_t *entry,
                  const char **names, int nr)
 {
-        return lu_time_named_init(stats, "stats", entry, names, nr);
+        return lu_time_named_init(stats, "lu_stats", entry, names, nr);
 }
 EXPORT_SYMBOL(lu_time_init);