staging/lustre: Remove unused lprocfs_init_ldlm_stats
This is unused anywhere in the client code. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cf16e3718c
commit
dcaf888221
@ -539,7 +539,6 @@ extern struct lprocfs_stats *
|
||||
lprocfs_alloc_stats(unsigned int num, enum lprocfs_stats_flags flags);
|
||||
void lprocfs_clear_stats(struct lprocfs_stats *stats);
|
||||
void lprocfs_free_stats(struct lprocfs_stats **stats);
|
||||
void lprocfs_init_ldlm_stats(struct lprocfs_stats *ldlm_stats);
|
||||
void lprocfs_counter_init(struct lprocfs_stats *stats, int index,
|
||||
unsigned conf, const char *name, const char *units);
|
||||
struct obd_export;
|
||||
|
@ -1300,29 +1300,6 @@ void lprocfs_counter_init(struct lprocfs_stats *stats, int index,
|
||||
}
|
||||
EXPORT_SYMBOL(lprocfs_counter_init);
|
||||
|
||||
void lprocfs_init_ldlm_stats(struct lprocfs_stats *ldlm_stats)
|
||||
{
|
||||
lprocfs_counter_init(ldlm_stats,
|
||||
LDLM_ENQUEUE - LDLM_FIRST_OPC,
|
||||
0, "ldlm_enqueue", "reqs");
|
||||
lprocfs_counter_init(ldlm_stats,
|
||||
LDLM_CONVERT - LDLM_FIRST_OPC,
|
||||
0, "ldlm_convert", "reqs");
|
||||
lprocfs_counter_init(ldlm_stats,
|
||||
LDLM_CANCEL - LDLM_FIRST_OPC,
|
||||
0, "ldlm_cancel", "reqs");
|
||||
lprocfs_counter_init(ldlm_stats,
|
||||
LDLM_BL_CALLBACK - LDLM_FIRST_OPC,
|
||||
0, "ldlm_bl_callback", "reqs");
|
||||
lprocfs_counter_init(ldlm_stats,
|
||||
LDLM_CP_CALLBACK - LDLM_FIRST_OPC,
|
||||
0, "ldlm_cp_callback", "reqs");
|
||||
lprocfs_counter_init(ldlm_stats,
|
||||
LDLM_GL_CALLBACK - LDLM_FIRST_OPC,
|
||||
0, "ldlm_gl_callback", "reqs");
|
||||
}
|
||||
EXPORT_SYMBOL(lprocfs_init_ldlm_stats);
|
||||
|
||||
int lprocfs_exp_cleanup(struct obd_export *exp)
|
||||
{
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user