From 72baa17282f5cf749fa743fd601c7b728ece4fa2 Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Thu, 22 Apr 2010 20:38:42 +0000 Subject: debug/io-stats: Call readdirp in readdirp instead of readdir Signed-off-by: Vikas Gorur Signed-off-by: Anand V. Avati BUG: 268 (Add timing instrumentation code) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=268 --- xlators/debug/io-stats/src/io-stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/debug/io-stats/src/io-stats.c b/xlators/debug/io-stats/src/io-stats.c index fa0c8891..e5ccf10b 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; -- cgit