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)
committerNick Desaulniers <ndesaulniers@google.com>
Thu, 5 Jan 2017 19:28:51 +0000 (11:28 -0800)
commit7842cd2b1454fb9d4440838b119b99c35b55734b
treefcf2f3d81e44ac8304e43d0972ebd0ae339e7ac1
parent4c32ff24467b5c08d38c58a591d46e5de853b414
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)
ext4_utils/mkuserimg.sh