From 28e2901806d35055ca58470bf26d72edb803ba01 Mon Sep 17 00:00:00 2001 From: Harshavardhana Ranganath Date: Thu, 26 Nov 2009 04:16:27 +0000 Subject: Fixed typo in gf_proc_dump for attribute_timeout. Signed-off-by: Harshavardhana Signed-off-by: Anand V. Avati BUG: 410 (Typo in gf_proc_dump for attribute_timeout) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=410 --- xlators/mount/fuse/src/fuse-bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mount/fuse') diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index a17c8e53c..547e7e15c 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -3238,7 +3238,7 @@ fuse_priv_dump (xlator_t *this) private->direct_io_mode); gf_proc_dump_write("xlator.mount.fuse.entry_timeout", "%lf", private->entry_timeout); - gf_proc_dump_write("xlator.mount.fuse.entry_timeout", "%lf", + gf_proc_dump_write("xlator.mount.fuse.attribute_timeout", "%lf", private->attribute_timeout); gf_proc_dump_write("xlator.mount.fuse.first_call", "%d", (int)private->first_call); -- cgit