auto import from //branches/cupcake/...@127101
diff --git a/mountd/AutoMount.c b/mountd/AutoMount.c
index 0853b41..12ad572 100644
--- a/mountd/AutoMount.c
+++ b/mountd/AutoMount.c
@@ -289,6 +289,7 @@
return -errno;
}
+#if 0
if ((result = CheckFilesystem(device))) {
LOG_ERROR("Not mounting filesystem due to check failure (%d)\n", result);
// XXX: Notify framework - need a new SDCARD state for the following:
@@ -298,6 +299,7 @@
// - SD cards with bad filesystem
return result;
}
+#endif
// Extra safety measures:
flags |= MS_NODEV | MS_NOEXEC | MS_NOSUID | MS_DIRSYNC;