f2fs: fix to initialize min_mtime with ULLONG_MAX
authorChao Yu <yuchao0@huawei.com>
Tue, 15 May 2018 10:59:55 +0000 (18:59 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 31 May 2018 18:31:50 +0000 (11:31 -0700)
commit5ad25442b6f50d587c2a5cc93b31c682ff316e4c
treeb26f8bf3dd8a30ea4c3eeefc4e62905d565ee887
parente7a4feb0ab320eac466e39b283f52c1ec595bc03
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>
fs/f2fs/segment.c