From cd398ce73fc3e49a1ef091ef045ff53ccc0f1a5f Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 19 Sep 2008 19:00:50 +0000 Subject: [PATCH] b=16777 16776 r=shadow, adilger, vitaly, robert - new clas_hash and using it for connections, held locks on server, etc --- lustre/include/lprocfs_status.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/include/lprocfs_status.h b/lustre/include/lprocfs_status.h index ab7cea5..2835afd 100644 --- a/lustre/include/lprocfs_status.h +++ b/lustre/include/lprocfs_status.h @@ -528,6 +528,10 @@ extern int lprocfs_counter_write(struct file *file, const char *buffer, int lprocfs_obd_rd_recovery_status(char *page, char **start, off_t off, int count, int *eof, void *data); +/* lprocfs_statuc.c: hash statistics */ +int lprocfs_obd_rd_hash(char *page, char **start, off_t off, + int count, int *eof, void *data); + extern int lprocfs_seq_release(struct inode *, struct file *); /* in lprocfs_stat.c, to protect the private data for proc entries */ -- 1.8.3.1