From 4786eb4d7f43a11d445c54bf9db0d4b415c523a2 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 28 Mar 2007 17:58:44 +0000 Subject: [PATCH] b=10968 change stat name to single word for easier parsing --- lustre/llite/lproc_llite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/lproc_llite.c b/lustre/llite/lproc_llite.c index cc7db45..23841d6 100644 --- a/lustre/llite/lproc_llite.c +++ b/lustre/llite/lproc_llite.c @@ -656,7 +656,7 @@ int lprocfs_register_mountpoint(struct proc_dir_entry *parent, lprocfs_counter_init(vfs_ops_stats, VFS_OPS_TRUNCATE, 0, "truncate", "reqs"); lprocfs_counter_init(vfs_ops_stats, VFS_OPS_INODE_PERMISSION, 0, - "inode permission", "reqs"); + "inode_permission", "reqs"); err = lprocfs_register_stats(sbi->ll_proc_root, "vfs_ops_stats", vfs_ops_stats); -- 1.8.3.1