fs/f2fs: add support for creating a f2fs image
authorGrzegorz Blach <grzegorz@blach.pl>
Fri, 26 Oct 2018 20:00:16 +0000 (22:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Nov 2018 14:14:47 +0000 (15:14 +0100)
commit6f727ce1fe190dcaaa0ae9b254698dbea67ce63a
tree585820ea364665c4b746d5ade38bf89cb496702a
parenta879a6bc28cb5378ed692a04f50dc265b3e9d8b2
fs/f2fs: add support for creating a f2fs image

This patch makes possible to create rootfs image using f2fs
filesystem.

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
[Thomas:
 - keep only the minimal functionality, as suggested by Yann E. Morin
 - use truncate -s instead of dd to create the initial empty image
   file, as suggested by Yann E. Morin]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
fs/Config.in
fs/f2fs/Config.in [new file with mode: 0644]
fs/f2fs/f2fs.mk [new file with mode: 0644]