diff options
Diffstat (limited to 'xlators/debug/io-stats/src/io-stats.c')
-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 b7c522fe588..5e0aef84f9f 100644 --- a/xlators/debug/io-stats/src/io-stats.c +++ b/xlators/debug/io-stats/src/io-stats.c @@ -2464,7 +2464,7 @@ init (xlator_t *this) for (i = 0; i <IOS_STATS_TYPE_MAX; i++) { conf->list[i].iosstats = GF_CALLOC (1, - sizeof(conf->list[i].iosstats), + sizeof(*conf->list[i].iosstats), gf_io_stats_mt_ios_stat); if (!conf->list[i].iosstats) { |