Enhancement: shorten umount time
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 29 Oct 2012 22:35:21 +0000 (07:35 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 26 Nov 2012 10:45:59 +0000 (19:45 +0900)
commit22a75edd47adea7d466ecd245c62b75fd1866628
tree44a17d948c16daa837a693ef051a1c544258f21f
parent99b74393403aab847587d6c37cd1aaf1d935a81d
Enhancement: shorten umount time

When f2fs is unmounted cleanly, it stores active summmary blocks of nodes in the
checkpoint pack in order to avoid reconstruct all of them at the later mount
time. Previously, mkfs didn't prepare that, which is why the initial mount time
is so huge.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
mkfs/f2fs_format.c
mkfs/f2fs_format.h