fs: Ext4: Remove deprecated mount option
Mount option "nomblk_io_submit" was deleted from
upstream kernel v3.9 in 36ade451a5d736e61ac8302b64aacc5acb5e440f
and has not reappeared since then.
Now it only generates 'Ignoring removed nomblk_io_submit option'
in the logs
Test: manual
Change-Id: I2100a681d34af827ea91a10b8435b16f5ac32358
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