[ftpii] r279 committed - Allow unmounting and remounting of /otp

1 view
Skip to first unread message

codesite...@google.com

unread,
Dec 19, 2009, 5:13:34 AM12/19/09
to ftpii-...@googlegroups.com
Revision: 279
Author: joe.g...@psychlaw.com.au
Date: Sat Dec 19 02:08:53 2009
Log: Allow unmounting and remounting of /otp

http://code.google.com/p/ftpii/source/detail?r=279

Modified:
/branches/0.0.20/source/fs.c

=======================================
--- /branches/0.0.20/source/fs.c Fri Dec 18 06:36:29 2009
+++ /branches/0.0.20/source/fs.c Sat Dec 19 02:08:53 2009
@@ -169,6 +169,8 @@
success = NANDIMG_Mount();
} else if (partition == PA_ISFS) {
success = ISFS_Mount();
+ } else if (partition == PA_OTP) {
+ success = OTP_Mount();
}
printf(success ? "succeeded.\n" : "failed.\n");
if (success && is_gecko(partition)) partition->geckofail = false;
@@ -197,6 +199,8 @@
success = NANDIMG_Unmount();
} else if (partition == PA_ISFS) {
success = ISFS_Unmount();
+ } else if (partition == PA_OTP) {
+ success = OTP_Unmount();
}
printf(success ? "succeeded.\n" : "failed.\n");

Reply all
Reply to author
Forward
0 new messages