X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Flu_time.c;h=8b1310aa3a4b2810dc3dbe2be3f58fba4d51f056;hp=70a658b183fb1f1f4bfa66eb97941ae3e4eb943f;hb=801469af8c31afad1bd8aaa23b01bfc42abe45eb;hpb=0f8dca08a4f68cba82c2c822998ecc309d3b7aaf diff --git a/lustre/obdclass/lu_time.c b/lustre/obdclass/lu_time.c index 70a658b..8b1310a 100644 --- a/lustre/obdclass/lu_time.c +++ b/lustre/obdclass/lu_time.c @@ -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. @@ -43,9 +41,6 @@ */ #define DEBUG_SUBSYSTEM S_CLASS -#ifndef EXPORT_SYMTAB -# define EXPORT_SYMTAB -#endif #include /* OBD_{ALLOC,FREE}_PTR() */ @@ -131,7 +126,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);