f2fs-tools: allocate memory in batch in build_sit_info()
authorChao Yu <yuchao0@huawei.com>
Fri, 9 Aug 2019 10:52:55 +0000 (18:52 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 27 Aug 2019 21:51:05 +0000 (14:51 -0700)
commitbf99ab9e273b1f30f44a7dc3a0e079fd20d4d0c0
tree7063f77ba76e24f12519bdafa1f3c6a754e6e866
parent2183c65b7687a8de3328beaa9d5eb6dae70994dd
f2fs-tools: allocate memory in batch in build_sit_info()

Like we did in kernel, allocating memory in batch will be more
efficient.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/f2fs.h
fsck/mount.c