commit | 5ad25442b6f50d587c2a5cc93b31c682ff316e4c | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Tue May 15 18:59:55 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu May 31 11:31:50 2018 -0700 |
tree | b26f8bf3dd8a30ea4c3eeefc4e62905d565ee887 | |
parent | e7a4feb0ab320eac466e39b283f52c1ec595bc03 [diff] |
f2fs: fix to initialize min_mtime with ULLONG_MAX Since sit_i.min_mtime's type is unsigned long long, so we should initialize it with max value of the type ULLONG_MAX instead of LLONG_MAX. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>