OSDN Git Service

Fixed bugs with ASEC filesystem.
authorDaniel Rosenberg <drosen@google.com>
Fri, 23 May 2014 20:47:00 +0000 (13:47 -0700)
committerDaniel Rosenberg <drosen@google.com>
Wed, 28 May 2014 23:23:47 +0000 (23:23 +0000)
commit6a74dcaa6e646fea8e00b7c04332fc60fe7e017c
tree0edaa03570cab9d3fdc7c35e4658b25bc3349bef
parent12e36398b5ec3596b2a310fe594981a86a56c818
Fixed bugs with ASEC filesystem.

Changed ext4 to be 4kb aligned, and fat to be 32kb aligned.
Fixed issue that could potentially cause unencrypted ext4
ASECS to overwrite the ASEC super block when filled.

Change-Id: I890426c82ac9cbc65add85a8e3f5063504193c31
Signed-off-by: Daniel Rosenberg <drosen@google.com>
Ext4.cpp
Ext4.h
VolumeManager.cpp