Improve remounting sdcard with ecryptfs
diff --git a/partitions.hpp b/partitions.hpp
index 2b2ed2c..7660b8b 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -107,6 +107,9 @@
 	string Fstab_File_System;                                                 // File system from the recovery.fstab
 	int Format_Block_Size;                                                    // Block size for formatting
 	bool Ignore_Blkid;                                                        // Ignore blkid results due to superblocks lying to us on certain devices / partitions
+#ifdef TW_INCLUDE_CRYPTO_SAMSUNG
+	string EcryptFS_Password;                                                 // Have to store the encryption password to remount
+#endif
 
 private:
 	bool Process_Flags(string Flags, bool Display_Error);                     // Process custom fstab flags