diff options
Diffstat (limited to 'xlators/debug')
| -rw-r--r-- | xlators/debug/io-stats/src/io-stats.c | 2 | 
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;  | 
