summaryrefslogtreecommitdiffstats
path: root/PrivateVolume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PrivateVolume.cpp')
-rw-r--r--PrivateVolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PrivateVolume.cpp b/PrivateVolume.cpp
index e628a91..72dcf41 100644
--- a/PrivateVolume.cpp
+++ b/PrivateVolume.cpp
@@ -128,7 +128,7 @@ status_t PrivateVolume::doMount() {
return -EIO;
}
- if (f2fs::Mount(mDmDevPath, mPath)) {
+ if (f2fs::Mount(mDmDevPath, mPath, "")) {
PLOG(ERROR) << getId() << " failed to mount";
return -EIO;
}