OSDN Git Service

f2fs: atgc: fix to set default age threshold
authorChao Yu <yuchao0@huawei.com>
Tue, 11 May 2021 10:17:34 +0000 (18:17 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 14 May 2021 18:22:08 +0000 (11:22 -0700)
commit89e53ff1651a61cf2abef9356e2f60d0086215be
tree3964fa8ab08b3832b62fa4c70f070f090816b94c
parentd927ccfccb009ede24448d69c08b12e7c8a6979b
f2fs: atgc: fix to set default age threshold

Default age threshold value is missed to set, fix it.

Fixes: 093749e296e2 ("f2fs: support age threshold based garbage collection")
Reported-by: Sahitya Tummala <stummala@codeaurora.org>
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/gc.c