f2fs: atgc: fix to set default age threshold
authorChao Yu <yuchao0@huawei.com>
Tue, 11 May 2021 10:17:34 +0000 (18:17 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:05:49 +0000 (16:05 +0200)
commit2830dd2faa538c97a4be1b35e7ebfa9bb873cc48
treec953706151c055fe026c4535c9e924ef0eaf2c4a
parentf6ec306b93dc600a0ab3bb2693568ef1cc5f7f7a
f2fs: atgc: fix to set default age threshold

[ Upstream commit 89e53ff1651a61cf2abef9356e2f60d0086215be ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/gc.c