- Rename vfatfs.sys to fastfat.sys for compatibility reasons.
authorAleksey Bragin <aleksey@reactos.org>
Thu, 7 Feb 2008 18:06:11 +0000 (18:06 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Thu, 7 Feb 2008 18:06:11 +0000 (18:06 +0000)
commit21ab956cf997062eaf9e4746b0c0a1e0b6c942ac
tree520f1b91f0a88abc2b0a2acabe903bf6ffa7ef08
parentdeb657fdaa6d51228269be3d1fb0e89053711ab6
- Rename vfatfs.sys to fastfat.sys for compatibility reasons.

svn path=/trunk/; revision=32193
30 files changed:
reactos/boot/bootdata/hivesys.inf
reactos/boot/bootdata/txtsetup.sif
reactos/boot/freeldr/freeldr/reactos/setupldr.c
reactos/drivers/filesystems/directory.rbuild
reactos/drivers/filesystems/fastfat/blockdev.c [moved from reactos/drivers/filesystems/vfat/blockdev.c with 100% similarity]
reactos/drivers/filesystems/fastfat/cleanup.c [moved from reactos/drivers/filesystems/vfat/cleanup.c with 100% similarity]
reactos/drivers/filesystems/fastfat/close.c [moved from reactos/drivers/filesystems/vfat/close.c with 100% similarity]
reactos/drivers/filesystems/fastfat/create.c [moved from reactos/drivers/filesystems/vfat/create.c with 100% similarity]
reactos/drivers/filesystems/fastfat/dir.c [moved from reactos/drivers/filesystems/vfat/dir.c with 100% similarity]
reactos/drivers/filesystems/fastfat/direntry.c [moved from reactos/drivers/filesystems/vfat/direntry.c with 100% similarity]
reactos/drivers/filesystems/fastfat/dirwr.c [moved from reactos/drivers/filesystems/vfat/dirwr.c with 100% similarity]
reactos/drivers/filesystems/fastfat/ea.c [moved from reactos/drivers/filesystems/vfat/ea.c with 100% similarity]
reactos/drivers/filesystems/fastfat/fastio.c [moved from reactos/drivers/filesystems/vfat/fastio.c with 100% similarity]
reactos/drivers/filesystems/fastfat/fat.c [moved from reactos/drivers/filesystems/vfat/fat.c with 100% similarity]
reactos/drivers/filesystems/fastfat/fcb.c [moved from reactos/drivers/filesystems/vfat/fcb.c with 100% similarity]
reactos/drivers/filesystems/fastfat/finfo.c [moved from reactos/drivers/filesystems/vfat/finfo.c with 100% similarity]
reactos/drivers/filesystems/fastfat/flush.c [moved from reactos/drivers/filesystems/vfat/flush.c with 100% similarity]
reactos/drivers/filesystems/fastfat/fsctl.c [moved from reactos/drivers/filesystems/vfat/fsctl.c with 100% similarity]
reactos/drivers/filesystems/fastfat/iface.c [moved from reactos/drivers/filesystems/vfat/iface.c with 100% similarity]
reactos/drivers/filesystems/fastfat/misc.c [moved from reactos/drivers/filesystems/vfat/misc.c with 100% similarity]
reactos/drivers/filesystems/fastfat/rw.c [moved from reactos/drivers/filesystems/vfat/rw.c with 100% similarity]
reactos/drivers/filesystems/fastfat/shutdown.c [moved from reactos/drivers/filesystems/vfat/shutdown.c with 100% similarity]
reactos/drivers/filesystems/fastfat/string.c [moved from reactos/drivers/filesystems/vfat/string.c with 100% similarity]
reactos/drivers/filesystems/fastfat/vfat.h [moved from reactos/drivers/filesystems/vfat/vfat.h with 100% similarity]
reactos/drivers/filesystems/fastfat/vfat005.1st [moved from reactos/drivers/filesystems/vfat/vfat005.1st with 100% similarity]
reactos/drivers/filesystems/fastfat/vfat_fr.txt [moved from reactos/drivers/filesystems/vfat/vfat_fr.txt with 100% similarity]
reactos/drivers/filesystems/fastfat/vfatfs.def [moved from reactos/drivers/filesystems/vfat/vfatfs.def with 100% similarity]
reactos/drivers/filesystems/fastfat/vfatfs.rbuild [moved from reactos/drivers/filesystems/vfat/vfatfs.rbuild with 83% similarity]
reactos/drivers/filesystems/fastfat/vfatfs.rc [moved from reactos/drivers/filesystems/vfat/vfatfs.rc with 100% similarity]
reactos/drivers/filesystems/fastfat/volume.c [moved from reactos/drivers/filesystems/vfat/volume.c with 100% similarity]