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