All:
authorHartmut Birr <osexpert@googlemail.com>
Mon, 18 Mar 2002 22:37:13 +0000 (22:37 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Mon, 18 Mar 2002 22:37:13 +0000 (22:37 +0000)
commitd09531b121f901e2b1a023142e5e7da977ff85f9
treed9df6a11295da55be91cf8b7bad082183beb3b2f
parent2c21decf9c882bb5dd319630287ac385a68cdd79
All:
Changed directory and fat access to pining-interface.
Removed unused values from DEVICE_EXTENSION structure.
Changed calculation of available and free clusters.
Changed mount and type determining procedure.
Moved some functions to fsctl.c

volume.c:
Added FAT32 fs type.

dirw.c:
Fixed a directory creation bug on FAT32 (Thanks to Eric Kohl).
Fixed a directory deletion bug.

dir.c:
Fixed a dead lock in DoQuery.
Fixed some memory leakages.

svn path=/trunk/; revision=2737
14 files changed:
reactos/drivers/fs/vfat/blockdev.c
reactos/drivers/fs/vfat/create.c
reactos/drivers/fs/vfat/dir.c
reactos/drivers/fs/vfat/direntry.c
reactos/drivers/fs/vfat/dirwr.c
reactos/drivers/fs/vfat/fat.c
reactos/drivers/fs/vfat/fcb.c
reactos/drivers/fs/vfat/finfo.c
reactos/drivers/fs/vfat/fsctl.c [new file with mode: 0644]
reactos/drivers/fs/vfat/iface.c
reactos/drivers/fs/vfat/makefile
reactos/drivers/fs/vfat/rw.c
reactos/drivers/fs/vfat/vfat.h
reactos/drivers/fs/vfat/volume.c