summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4_sb.c
AgeCommit message (Collapse)Author
2016-10-09ext4_utils: Export headers for libext4_utils* libs.Tao Bao
So we can do "#include <ext4_utils/make_ext4fs.h>" without adding "LOCAL_C_INCLUDES += system/extras/ext4_utils". Also clean up the #include lines in system/extras/ext4_utils/. Test: `m checkbuild` works. Change-Id: I3c8b07c9b6f5996160e0cb6d9d069579b1609f60 (cherry picked from commit 018ef1be61e749d0fbe0f05179a4f0f9b858ae57)
2015-10-29ext4_utils: Parse unclean super blockJohan Redestig
Dont fail to parse the superblock just because the file system was not unmounted cleanly. Change-Id: I381c3e6c55ef5eb478b53d06d6cc56df1b6f41f4
2014-01-23ext4_utils: move superblock parsing to its own compilation unitColin Cross
Move ext4_parse_sb to its own compilation unit so it can be used from fs_mgr without pulling in all of libext4_utils' dependencies when compiling with ld.bfd. Change-Id: I185352ecea0e0d577b8cdddfd519f2826d631277