f2fs: convert to use MIN_DISCARD_GRANULARITY macro
authorYangtao Li <frank.li@vivo.com>
Sat, 17 Dec 2022 05:24:48 +0000 (13:24 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 11 Jan 2023 19:15:19 +0000 (11:15 -0800)
commitf08142bc3a60f5af632ba48dc2fef8797043086d
tree2c1dda556386922bced78c3bf6dddc8d5720d673
parentc40e15a9a59f79e79d9500f1fd019321ec35b959
f2fs: convert to use MIN_DISCARD_GRANULARITY macro

Commit 1cd2e6d54435 ("f2fs: define MIN_DISCARD_GRANULARITY macro")
introduce it, let's convert to use MIN_DISCARD_GRANULARITY macro.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/segment.c