OSDN Git Service

ext4fixup tool to fix wonky filesystems made by old version of make_ext4fs
authorKen Sumrall <ksumrall@android.com>
Fri, 10 Jun 2011 04:24:42 +0000 (21:24 -0700)
committerKen Sumrall <ksumrall@android.com>
Fri, 17 Jun 2011 21:38:31 +0000 (14:38 -0700)
commit671cd2188e2f224aaeac4955785199f228235719
tree5152db419209867848863751fae9aec6d18c843c
parenta0b154fab1f1dd3fd11c63de18d375412cdfd1c7
ext4fixup tool to fix wonky filesystems made by old version of make_ext4fs

The filesystems made by make_ext4fs for the Gingerbread and initial Honeycomb
releases did not round up the number of inodes/block_group to use all the
space available.  This worked, but newer kernels have additional code that
refuses to write to these filesystems.  There is a kernel patch available
to fix the problem in the kernel, but this tool was also written to fixup
the filesystems to be compliant with the new kernels.

Change-Id: I317b02ee2132ce6a0daeb4d1b40ad5ef57a0fb32
ext4_utils/Android.mk
ext4_utils/ext4fixup.c [new file with mode: 0644]
ext4_utils/ext4fixup.h [new file with mode: 0644]
ext4_utils/ext4fixup_main.c [new file with mode: 0644]