mkfs.f2fs: add root_owner to give uid/gid
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 27 Jul 2018 08:12:32 +0000 (17:12 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 28 Aug 2018 06:49:26 +0000 (23:49 -0700)
commitbdd39ce73bd485fd56091646a80b79d5a7374991
treed4909a2eb0be64bea2cd6f30cb908d602ee4c7c2
parente52f0a82f9d3eb9248f0f2cfb861e69d79823f9a
mkfs.f2fs: add root_owner to give uid/gid

This patch adds an option to mkfs.f2fs in order for user to assign uid/gid
to the target partition.
This requires when vold in android formats a sdcard partition.

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
include/f2fs_fs.h
lib/libf2fs.c
man/mkfs.f2fs.8
mkfs/f2fs_format.c
mkfs/f2fs_format_main.c