summaryrefslogtreecommitdiffstats
path: root/xlators/mount
diff options
context:
space:
mode:
authorHarshavardhana Ranganath <harsha@gluster.com>2009-11-26 04:16:27 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-11-26 02:49:03 -0800
commit28e2901806d35055ca58470bf26d72edb803ba01 (patch)
tree8b07aa6bb61c4576358df4d08eb8fa732d3554d3 /xlators/mount
parentb80fac541701689b07940be518431bacb101f09f (diff)
Fixed typo in gf_proc_dump for attribute_timeout.
Signed-off-by: Harshavardhana <harsha@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 410 (Typo in gf_proc_dump for attribute_timeout) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=410
Diffstat (limited to 'xlators/mount')
-rw-r--r--xlators/mount/fuse/src/fuse-bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c
index a17c8e53c3a..547e7e15cda 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);