diff options
author | Chao Yu <yuchao0@huawei.com> | 2017-08-07 17:12:46 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-08-15 19:40:14 +0200 |
commit | b8c502b81e3f899c6488967dec61eed0f5907db3 (patch) | |
tree | ec5f157c9804945eb46dc13b2fc3ab58d9e03bc6 /Documentation/filesystems | |
parent | f2fs: avoid unneeded sync on quota file (diff) | |
download | linux-b8c502b81e3f899c6488967dec61eed0f5907db3.tar.xz linux-b8c502b81e3f899c6488967dec61eed0f5907db3.zip |
f2fs: fix potential overflow when adjusting GC cycle
While comparing signed and unsigned variables, compiler will converts the
signed value to unsigned one, due to this reason, {in,de}crease_sleep_time
may return overflowed result.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/filesystems')
0 files changed, 0 insertions, 0 deletions