split up mkfs format into main and just the format code.
authorJP Abgrall <jpa@google.com>
Thu, 6 Feb 2014 03:53:19 +0000 (19:53 -0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 7 Apr 2014 03:13:51 +0000 (12:13 +0900)
commitaf3c6803bd3db784531ff5675c539eef4bae1a15
tree4b8f8e2d2834153f997568c39c423867c2c481cf
parent2f229b89a7756be7df9f36f232b7b0901c1c6e53
split up mkfs format into main and just the format code.

This will allow using the format code as a library.

Signed-off-by: JP Abgrall <jpa@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
mkfs/Makefile.am
mkfs/f2fs_format.c
mkfs/f2fs_format_main.c [new file with mode: 0644]
mkfs/f2fs_format_utils.h