Home
last modified time | relevance | path

Searched hist:"2010987365 ab3b381df20bb6f175b59551cfe67d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Df2fs.hdiff 2010987365ab3b381df20bb6f175b59551cfe67d Thu Jan 10 02:40:12 CST 2019 Chao Yu <yuchao0@huawei.com> f2fs: fix to set sbi dirty correctly

In order to record direct IO count, we add two additional type in
enum count_type: F2FS_DIO_{WRITE,READ}, but those IO won't dirty
filesystem metadata, so we don't need to set filesystem dirty in
inc_page_count(), fix it.

Fixes: 02b16d0a34a1 ("f2fs: add to account direct IO")
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>