This patch sets "-R 0:0" for android by default.

Signed-off-by: Jaegeuk Kim <jaeg...@kernel.org>
---
 mkfs/f2fs_format_main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mkfs/f2fs_format_main.c b/mkfs/f2fs_format_main.c
index 6bcfbb0..fb3e8fd 100644
--- a/mkfs/f2fs_format_main.c
+++ b/mkfs/f2fs_format_main.c
@@ -93,12 +93,13 @@ static void add_default_options(void)
 {
        switch (c.defset) {
        case CONF_ANDROID:
-               /* -d1 -f -O encrypt -O quota -w 4096 */
+               /* -d1 -f -O encrypt -O quota -w 4096 -R 0:0 */
                c.dbg_lv = 1;
                force_overwrite = 1;
                c.feature |= cpu_to_le32(F2FS_FEATURE_ENCRYPT);
                c.feature |= cpu_to_le32(F2FS_FEATURE_QUOTA_INO);
                c.wanted_sector_size = 4096;
+               c.root_uid = c.root_gid = 0;
                break;
        }
 }
-- 
2.17.0.441.gb46fe60e1d-goog


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to