[fastfat_new]
authorAleksey Bragin <aleksey@reactos.org>
Thu, 1 Oct 2009 13:21:28 +0000 (13:21 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Thu, 1 Oct 2009 13:21:28 +0000 (13:21 +0000)
commit8f8f77367cd578f9d4b64b1477b40663c52adcd7
tree57f9a3519834f36082bcb3cc679b12295c11f7e7
parent4a81976dfde02eccd415fe5ae973390bcdad1117
[fastfat_new]
- Open a file in FatiOpenExistingFile by means of FullFAT library.
- Fix incorrect fullfat placement in fasfat.rbuild.
- Hack StreamFileObject to be 5Gb in length instead of 512 bytes. It'll be set to the size of an underlying physical device later.
- Add FF file handle to FCB structure.

svn path=/trunk/; revision=43247
reactos/drivers/filesystems/fastfat_new/create.c
reactos/drivers/filesystems/fastfat_new/fastfat.rbuild
reactos/drivers/filesystems/fastfat_new/fat.c
reactos/drivers/filesystems/fastfat_new/fatstruc.h
reactos/drivers/filesystems/fastfat_new/fullfat.c
reactos/drivers/filesystems/fastfat_new/rw.c