]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: fix wrong max cost initialization
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 25 Mar 2017 07:03:02 +0000 (00:03 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 28 Mar 2017 22:49:27 +0000 (15:49 -0700)
commit00ae2ad62a070ab55680b4a1ffc2b04e2c8b29d2
treed2a790a586b34417e3618b465a13a6001bca22d1
parent2e894b4015c0909b77154c4c74b62f27ab69251c
f2fs: fix wrong max cost initialization

This patch fixes missing increased max cost caused by a patch that we increased
cose of data segments in greedy algorithm.

Cc: <stable@vger.kernel.org> # v4.10+
Fixes: b50d13953 "f2fs: node segment is prior to data segment selected victim"
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/gc.c