OSDN Git Service

make_ext4fs: add option to specify the number of inodes [DO NOT MERGE]
authorPatrick Tjin <pattjin@google.com>
Thu, 20 Oct 2016 17:55:11 +0000 (10:55 -0700)
committergitbuildkicker <android-build@google.com>
Fri, 6 Jan 2017 00:19:41 +0000 (16:19 -0800)
commit8a764b54002d26c01e2c7cd5aa0d038dfe0623bd
treefcf2f3d81e44ac8304e43d0972ebd0ae339e7ac1
parent378116f05a5a27d2e1f0e96d80780cca9caf53d4
make_ext4fs: add option to specify the number of inodes [DO NOT MERGE]

Add option to specify the number of inodes to create when
making the filesystem.  Read-only partitions don't have
a need for extra inodes, a lot of space is wasted by these
inodes.

Bug: 32246383
Bug: 33252070
Bug: 33428604
Test: make vendor partition with new options
Change-Id: I7063972ec4f4e617d28d2e029ad6a9f8e94add73
(cherry picked from commit 15c434682ac78262d2dad9730805eab52b748cdf)
(cherry picked from commit 7842cd2b1454fb9d4440838b119b99c35b55734b)
ext4_utils/mkuserimg.sh