From 209200efa3db3d09380ee7c796efa73d900d5f3a Mon Sep 17 00:00:00 2001 From: Shaohua Li Date: Fri, 2 Dec 2016 17:13:09 -0800 Subject: blk-stat: fix a typo Signed-off-by: Shaohua Li Fixes: cf43e6be865a ("block: add scalable completion tracking of requests") Signed-off-by: Jens Axboe --- block/blk-stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block') diff --git a/block/blk-stat.c b/block/blk-stat.c index 688c958367ee..4d0118568727 100644 --- a/block/blk-stat.c +++ b/block/blk-stat.c @@ -12,7 +12,7 @@ static void blk_stat_flush_batch(struct blk_rq_stat *stat) { const s32 nr_batch = READ_ONCE(stat->nr_batch); - const s32 nr_samples = READ_ONCE(stat->nr_batch); + const s32 nr_samples = READ_ONCE(stat->nr_samples); if (!nr_batch) return; -- cgit v1.2.3-59-g8ed1b