Changes for p

diff --git a/patches/platform_system_vold/0001-Allow-deletion-of-symlink.patch b/patches/platform_system_vold/0001-Allow-deletion-of-symlink.patch
index 9344b35..815f513 100644
--- a/patches/platform_system_vold/0001-Allow-deletion-of-symlink.patch
+++ b/patches/platform_system_vold/0001-Allow-deletion-of-symlink.patch
@@ -1,7 +1,7 @@
-From f838998f3f28d93a8085047725da96404b0ae56c Mon Sep 17 00:00:00 2001
+From 06a421423c529991ca38ba2d71b76daa9188849e Mon Sep 17 00:00:00 2001
 From: Pierre-Hugues Husson <phh@phh.me>
 Date: Sat, 17 Feb 2018 19:39:38 +0100
-Subject: [PATCH 1/2] Allow deletion of symlink
+Subject: [PATCH] Allow deletion of symlink
 
 Change-Id: I9731895f88729072297f753088583aabbe6990f4
 ---
@@ -9,10 +9,10 @@
  1 file changed, 1 insertion(+)
 
 diff --git a/Ext4Crypt.cpp b/Ext4Crypt.cpp
-index dc2e42a..6398464 100644
+index 67b7e90..99a63b4 100644
 --- a/Ext4Crypt.cpp
 +++ b/Ext4Crypt.cpp
-@@ -211,6 +211,7 @@ static bool prepare_dir(const std::string& dir, mode_t mode, uid_t uid, gid_t gi
+@@ -221,6 +221,7 @@ static bool prepare_dir(const std::string& dir, mode_t mode, uid_t uid, gid_t gi
  static bool destroy_dir(const std::string& dir) {
      LOG(DEBUG) << "Destroying: " << dir;
      if (rmdir(dir.c_str()) != 0 && errno != ENOENT) {
@@ -21,5 +21,5 @@
          return false;
      }
 -- 
-2.7.4
+2.17.1