summaryrefslogtreecommitdiffstats
path: root/PublicVolume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PublicVolume.cpp')
-rw-r--r--PublicVolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PublicVolume.cpp b/PublicVolume.cpp
index 4ac166f..ddee430 100644
--- a/PublicVolume.cpp
+++ b/PublicVolume.cpp
@@ -155,7 +155,7 @@ status_t PublicVolume::doMount() {
} else if (mFsType == "ext4") {
ret = ext4::Mount(mDevPath, mRawPath, false, false, true, mMntOpts);
} else if (mFsType == "f2fs") {
- ret = f2fs::Mount(mDevPath, mRawPath);
+ ret = f2fs::Mount(mDevPath, mRawPath, mMntOpts);
} else if (mFsType == "ntfs") {
ret = ntfs::Mount(mDevPath, mRawPath, false, false, false,
AID_MEDIA_RW, AID_MEDIA_RW, 0007, true);