]> asedeno.scripts.mit.edu Git - linux.git/commit
f2fs: cleanup duplicate stats for atomic files
authorSahitya Tummala <stummala@codeaurora.org>
Thu, 5 Dec 2019 03:22:39 +0000 (08:52 +0530)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 15 Jan 2020 21:43:48 +0000 (13:43 -0800)
commit0e6d01643c207fdcd77b9b40c29cbe1c63f03c15
treefdd465fcc28b7bda09395a113671cca60cc97b14
parentd508c94e45fcd3421e64f556abb1cf145ccc0e8f
f2fs: cleanup duplicate stats for atomic files

Remove duplicate sbi->aw_cnt stats counter that tracks
the number of atomic files currently opened (it also shows
incorrect value sometimes). Use more relit lable sbi->atomic_files
to show in the stats.

Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/debug.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/segment.c