commit | 9f8b4689157a6460f6f55b88f4ffb3511a6bbf3f | [log] [tgz] |
---|---|---|
author | Tom Marshall <tdm@cyngn.com> | Thu Nov 05 11:20:54 2015 -0800 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Aug 23 01:25:11 2022 +0300 |
tree | 5393a0dc84a11703a8cce33fce3a96e439c12bcd | |
parent | 34e1e5dbbd9509e9410bffacbc589b74d49d56ff [diff] |
vold: Honor mount options for ext4/f2fs partitions * Save mount options and fstype for DiskPartition objects * Pass mount options and fstype to PublicVolume ctor * Pass mount options to ext4::Mount/f2fs:Mount * Use specified/default fstype if blkid fails This is trivially extensible for other fs types. [mikeioannina] Adapt for Pie and Q Change-Id: Ie5dd27f26a4a7129dd9efe6a7ad0a589928282a0