[examples-v2 commit] misc: qemu_vfat: update for new mount table values

Gedare Bloom gedare at rtems.org
Sat Nov 30 19:47:06 UTC 2013


Module:    examples-v2
Branch:    master
Commit:    3a9c7d6862f85d06faa504b4761888e7bbf31abf
Changeset: http://git.rtems.org/examples-v2/commit/?id=3a9c7d6862f85d06faa504b4761888e7bbf31abf

Author:    Chirayu Desai <cdesai at cyanogenmod.org>
Date:      Sun Dec  1 00:54:38 2013 +0530

misc: qemu_vfat: update for new mount table values

Refer rtems.git commit 29e92b090c8bc35745aa5c89231ce806bcb11e57 for
more info
Bug: https://www.rtems.org/bugzilla/show_bug.cgi?id=2155

---

 misc/qemu_vfat/init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/misc/qemu_vfat/init.c b/misc/qemu_vfat/init.c
index 020b6b8..5601772 100644
--- a/misc/qemu_vfat/init.c
+++ b/misc/qemu_vfat/init.c
@@ -32,7 +32,7 @@
 fstab_t fs_table[] = {
   {
     "/dev/hda1", MOUNT_POINT,
-    &msdos_ops, RTEMS_FILESYSTEM_READ_WRITE,
+    "dosfs", RTEMS_FILESYSTEM_READ_WRITE,
     FSMOUNT_MNT_OK | FSMOUNT_MNTPNT_CRTERR | FSMOUNT_MNT_FAILED,
     0
   },




More information about the vc mailing list