recovery: Update recovery from CM.

Change-Id: Ibda5ba8bbfc93ef6ff565128b63adc2991218a70
diff --git a/common.h b/common.h
index 5d24881..77cf143 100644
--- a/common.h
+++ b/common.h
@@ -113,6 +113,10 @@
                               // == "ext4" or "vfat" and mounting
                               // 'device' fails
     const char* fs_type2;
+
+    const char* fs_options;
+
+    const char* fs_options2;
 } Volume;
 
 #endif  // RECOVERY_COMMON_H