summaryrefslogtreecommitdiffstats
path: root/xlators/debug/io-stats/src
diff options
context:
space:
mode:
authorVikas Gorur <vikas@gluster.com>2010-04-22 20:38:42 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-04-23 06:32:44 -0700
commit72baa17282f5cf749fa743fd601c7b728ece4fa2 (patch)
treed72f1715564b359860b89c1fd5101eae93796aaf /xlators/debug/io-stats/src
parent0a5b61b7a1aae73dbb9f98c932c47751107e0e4e (diff)
debug/io-stats: Call readdirp in readdirp instead of readdir
Signed-off-by: Vikas Gorur <vikas@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 268 (Add timing instrumentation code) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=268
Diffstat (limited to 'xlators/debug/io-stats/src')
-rw-r--r--xlators/debug/io-stats/src/io-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/debug/io-stats/src/io-stats.c b/xlators/debug/io-stats/src/io-stats.c
index fa0c8891e7c..e5ccf10bcb8 100644
--- a/xlators/debug/io-stats/src/io-stats.c
+++ b/xlators/debug/io-stats/src/io-stats.c
@@ -1237,7 +1237,7 @@ io_stats_readdirp (call_frame_t *frame, xlator_t *this, fd_t *fd, size_t size,
STACK_WIND (frame, io_stats_readdirp_cbk,
FIRST_CHILD(this),
- FIRST_CHILD(this)->fops->readdir,
+ FIRST_CHILD(this)->fops->readdirp,
fd, size, offset);
return 0;