OSDN Git Service

make_ext4fs: add option to specify the number of inodes
authorPatrick Tjin <pattjin@google.com>
Thu, 20 Oct 2016 17:55:11 +0000 (10:55 -0700)
committerPatrick Tjin <pattjin@google.com>
Thu, 20 Oct 2016 18:03:40 +0000 (11:03 -0700)
commit15c434682ac78262d2dad9730805eab52b748cdf
tree894ce196d214283a223b459b125f3e1cd00a9fdb
parent9035e9b38a892f77d0071f70f3b4be9cd5bba2f8
make_ext4fs: add option to specify the number of inodes

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
Test: make vendor partition with new options
Change-Id: I7063972ec4f4e617d28d2e029ad6a9f8e94add73
ext4_utils/mkuserimg.sh