commit | ca5b8e77755422bd786cb0c43cd67cb91fd5f574 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@google.com> | Thu Jun 13 17:37:01 2019 -0700 |
committer | Jaegeuk Kim <jaegeuk@google.com> | Fri Jun 14 17:38:33 2019 +0000 |
tree | b1db0918874f53533218c412efd45f242cb81a02 | |
parent | ff7753a085da011ef35f969b82617fa27e68ea6c [diff] |
fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr Without this patch, fstab should decribe reserve_root=[# of 4KB blocks] in f2fs mount option as well as reserved_size=[KB] in fsmgr flag to notify it to framework. With this patch, it should be just fine to use reserve_root=[# of 4KB blocks] in fstab. Bug: 135003600 Test: checked vold.has_reserved Change-Id: Iab75f7da9792ad205a6c4d2d0f1eba8c16a5266a Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>