]> asedeno.scripts.mit.edu Git - linux.git/commit
f2fs: retrieve IO write stat from the right place
authorShuoran Liu <liushuoran@huawei.com>
Tue, 29 Mar 2016 10:00:15 +0000 (18:00 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 30 Mar 2016 20:21:16 +0000 (13:21 -0700)
commitb2dde6fca37e947628b82ae8f35e183ff112d07c
tree2de4672a8f5e129fc01a944c18fd5185c97b0b31
parentc90e09f7fb498f81cd4e8bb6460d3a26ccebeca3
f2fs: retrieve IO write stat from the right place

In the following patch,

    f2fs: split journal cache from curseg cache

journal cache is split from curseg cache. So IO write statistics should be
retrived from journal cache but not curseg->sum_blk. Otherwise, it will
get 0, and the stat is lost.

Signed-off-by: Shuoran Liu <liushuoran@huawei.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c