sload.f2fs: update build for android
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 30 Nov 2017 01:21:12 +0000 (17:21 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 1 Dec 2017 06:36:35 +0000 (22:36 -0800)
commitbb5aa5cd6c3b43c4d6ba35babe2d40e784690f5e
treee993df58f3c64cd1815935b1994a8751878a109c
parent67aeaff06d7e4be1280392c14a824e6616bb316a
sload.f2fs: update build for android

This patch updates sload.f2fs for android build.

- do fsck() after sload() to update quota information.
- return success, if there's no source directory

  -C fs_config

  -f source directory [path of the source directory]

  -p product out directory
    : path on fs_config file for uid/gid/mode

  -s file_contexts
    : selabel file

  -t mount point [prefix of target fs path, default:/]
     : path stored in selabel/fs_config files

  -T timestamp

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/dir.c
fsck/fsck.h
fsck/main.c
fsck/mount.c
fsck/segment.c
fsck/sload.c
fsck/xattr.c
include/android_config.h
include/f2fs_fs.h
lib/libf2fs.c