diff options
author | Junichi Uekawa <uekawa@google.com> | 2020-09-16 18:12:35 +0900 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2021-09-27 21:17:05 +0800 |
commit | 8118fddc10eef88813b20f39a6a4826f324af1c5 (patch) | |
tree | 243022db3e269a83bdcbca860c97d48c269a606d /apexer/apexer.py | |
parent | f60c1c33d6a91f2fa7bb6e52a4293eab8aeddc72 (diff) |
apexd: Allow mounting on squashfs
O_DIRECT does not work on squashfs file systems, and will return EINVAL. Try
without O_DIRECT.
On boards with `BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := squashfs` apexd will fail
to loop mount. Unfortunately O_DIRECT is not possible because image is
compressed on disk and we do need the buffering.
Bug: 167309455
Bug: 168746790
Test: tast run kukui-arc-r arc.Boot.vm
Change-Id: I9da1af535cb18cebed751ecab0e250780e2df377
Diffstat (limited to 'apexer/apexer.py')
0 files changed, 0 insertions, 0 deletions