OSDN Git Service

ext4 utils: Refactor read_ext, and expose some of the functions
authorPaul Lawrence <paullawrence@google.com>
Tue, 21 Jan 2014 16:26:21 +0000 (08:26 -0800)
committerJP Abgrall <jpa@google.com>
Wed, 29 Jan 2014 22:33:10 +0000 (22:33 +0000)
commitee2bba62529ce544a60d141ca10a37407c03ab1e
tree39d46aa404b7bb1f7397ec98635066e50b92a537
parent547cdb36b8adfd5f55f8f2be4abe1ce7a2786567
ext4 utils: Refactor read_ext, and expose some of the functions

Make read_ext an externally useable function. Use case is to
enable fast encryption by being able to look at whether each block
is in use or not.

Bug: 11985952
Change-Id: Ief71f408a55db7261c75ebe974620415ed8cfd29
ext4_utils/ext2simg.c
ext4_utils/ext4_utils.c
ext4_utils/ext4_utils.h
ext4_utils/ext4fixup.c