Whamcloud - gitweb
b=10968
authornathan <nathan>
Wed, 28 Mar 2007 17:58:44 +0000 (17:58 +0000)
committernathan <nathan>
Wed, 28 Mar 2007 17:58:44 +0000 (17:58 +0000)
change stat name to single word for easier parsing

lustre/llite/lproc_llite.c

index cc7db45..23841d6 100644 (file)
@@ -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);