commit | 2a9a6b56a9df84c27f6df5aeebe8a8b9f36ff452 | [log] [tgz] |
---|---|---|
author | Junichi Uekawa <uekawa@google.com> | Fri Mar 14 11:33:41 2025 +0900 |
committer | Yuan Yao <yuanyaogoog@google.com> | Wed Mar 26 02:15:06 2025 +0000 |
tree | ebc0c87f0455de67f86ed2cdb960d6ddad6e1b34 | |
parent | a47b636eb5853cc137e602022a68861a1fc9b22c [diff] |
init: flush ext4 file system on shutdown Previously, only f2fs /data filesystems were shutdown using the F2FS_IOC_SHUTDOWN ioctl. This change adds support for shutting down ext4 /data filesystem with the EXT4_IOC_SHUTDOWN ioctl. Bug: 403381187 Test: Verify /data was clean after reboot on desktop Test: Verify e2fsck returns immediately when booting on desktop Change-Id: I08208888d839649efe54fcab5d73177e9e06ec88