commit | 4f990d446f92e4011c73edda18ab5ebe908d35e2 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Aug 05 19:11:24 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 05 19:11:24 2024 +0000 |
tree | 21ae4a69e1801853459be0d70de62cccf133b111 | |
parent | 2864a74fe4ead7974b4a1834c3b495a205fe1614 [diff] | |
parent | 2cab7d0891d0871d6ecc7fa934aee099022c7260 [diff] |
Merge "fs: Ext4: Remove deprecated mount option" into main
diff --git a/fs/Ext4.cpp b/fs/Ext4.cpp index 293efc4..800f903 100644 --- a/fs/Ext4.cpp +++ b/fs/Ext4.cpp
@@ -68,7 +68,7 @@ const char* c_target = target.c_str(); int ret; long tmpmnt_flags = MS_NOATIME | MS_NOEXEC | MS_NOSUID; - char* tmpmnt_opts = (char*)"nomblk_io_submit,errors=remount-ro"; + char* tmpmnt_opts = (char*)"errors=remount-ro"; /* * First try to mount and unmount the filesystem. We do this because