f2fs: fix to check upper boundary for value of gc_boost_zoned_gc_percent
authoryohan.joung <yohan.joung@sk.com>
Wed, 25 Jun 2025 00:14:07 +0000 (09:14 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 30 Jun 2025 16:43:58 +0000 (16:43 +0000)
commit10dcaa56ef93f2a45e4c3fec27d8e1594edad110
tree6e916d52d40529c9ec007556807b63b8ee5c3f49
parent154467f4ad033473e5c903a03e7b9bca7df9a0fa
f2fs: fix to check upper boundary for value of gc_boost_zoned_gc_percent

to check the upper boundary when setting gc_boost_zoned_gc_percent

Fixes: 9a481a1c16f4 ("f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percent")
Signed-off-by: yohan.joung <yohan.joung@sk.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/sysfs.c