[examples-v2 commit] misc: qemu_vfat: update for new mount table values
Joel Sherrill
Joel.Sherrill at OARcorp.com
Sat Nov 30 20:52:13 UTC 2013
This is a very impressive group of high school students. :)
On Nov 30, 2013 1:52 PM, Gedare Bloom <gedare at rtems.org> wrote:
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
},
_______________________________________________
rtems-vc mailing list
rtems-vc at rtems.org
http://www.rtems.org/mailman/listinfo/rtems-vc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20131130/3d0910a8/attachment.html>
More information about the devel
mailing list