]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: fix wrong max cost initialization
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 25 Mar 2017 07:03:02 +0000 (00:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 May 2017 12:49:48 +0000 (14:49 +0200)
commit33cbcc2556b36a94b7387a995756e7c5f07e05d9
tree58c2d5249a76dc26dc18a700fd92c2235f570d55
parent03606c8ecc11642f2906c17349994f7b4edf0f31
f2fs: fix wrong max cost initialization

commit c541a51b8ce81d003b02ed67ad3604a2e6220e3e upstream.

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

Fixes: b9cd20619 "f2fs: node segment is prior to data segment selected victim"
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/f2fs/gc.c