Merge "Fix ioctl parameter" am: 0eaad8ce8c am: 5cd32f73d8
am: 8185d3d8ba
* commit '8185d3d8ba3dec0f26ade8cd4764d5f09cc00bcc':
Fix ioctl parameter
diff --git a/CommandListener.cpp b/CommandListener.cpp
index a9a8031..3a87741 100644
--- a/CommandListener.cpp
+++ b/CommandListener.cpp
@@ -44,8 +44,6 @@
#include "Process.h"
#include "Loop.h"
#include "Devmapper.h"
-#include "Ext4Crypt.h"
-#include "cryptfs.h"
#include "MoveTask.h"
#include "TrimTask.h"
diff --git a/VolumeManager.cpp b/VolumeManager.cpp
old mode 100755
new mode 100644
diff --git a/fs/F2fs.cpp b/fs/F2fs.cpp
index b947822..87b131e 100644
--- a/fs/F2fs.cpp
+++ b/fs/F2fs.cpp
@@ -43,7 +43,7 @@
status_t Check(const std::string& source) {
std::vector<std::string> cmd;
cmd.push_back(kFsckPath);
- cmd.push_back("-f");
+ cmd.push_back("-a");
cmd.push_back(source);
// f2fs devices are currently always trusted