]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
f2fs: fix to use jiffies based precision for DEFAULT_SCHEDULE_TIMEOUT
authorChao Yu <chao@kernel.org>
Sun, 4 Jan 2026 02:07:25 +0000 (10:07 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 7 Jan 2026 03:17:07 +0000 (03:17 +0000)
commitda90b6715567e900a3c5d112dfaf8f385b343edc
tree9d432971efd3cb0510ec0b5fce00eceabb9a95fc
parentb5da276ae6abe95767c3e1eb72f39e0ef8df7d22
f2fs: fix to use jiffies based precision for DEFAULT_SCHEDULE_TIMEOUT

Due to timeout parameter in {io,}_schedule_timeout() is based on jiffies
unit precision. It will lose precision when using msecs_to_jiffies(x)
for conversion.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h