OSDN Git Service

ext4_utils: skip symbolic links in basefs file
authorJin Qian <jinqian@google.com>
Mon, 28 Aug 2017 19:38:39 +0000 (12:38 -0700)
committerJin Qian <jinqian@google.com>
Mon, 28 Aug 2017 19:38:39 +0000 (12:38 -0700)
commitbb581bde62d77b367c13bd56821f279ce1701c1b
tree27a9ab0ce503d25340a19657f62493a09a58cafc
parent36e33dd549f01a773b49d6307fc5c8925ef4d768
ext4_utils: skip symbolic links in basefs file

base_fs uses actual file size instead of size of symlink itself to
reserve data blocks. This caused extra data blocks to be reserved
and failed e2fsck.

Bug: 35262536
Change-Id: I0e9b0cc99a0f9a33596928b01468426fc2d34ab0
ext4_utils/make_ext4fs.c