[FASTFAT_NEW]
authorAleksey Bragin <aleksey@reactos.org>
Sun, 8 Aug 2010 10:43:28 +0000 (10:43 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sun, 8 Aug 2010 10:43:28 +0000 (10:43 +0000)
commitf1a6ba977a42d8ed31a6194ea7adbf77e534e721
tree5c571521718306889fb0d8018cf71be10d48e535
parent1dac3daaa18c584a53be5ce591e2a6be8c13736b
[FASTFAT_NEW]
- Implement close and cleanup infrastructure.
- Add necessary FCB and VCB counters.
- Add missing op and file locks initialization.
- A lot of small cleanups, improvements, and other things, bringing fastfat_new much closer to a minimally working state.

svn path=/trunk/; revision=48487
reactos/drivers/filesystems/fastfat_new/cleanup.c
reactos/drivers/filesystems/fastfat_new/close.c
reactos/drivers/filesystems/fastfat_new/create.c
reactos/drivers/filesystems/fastfat_new/dir.c
reactos/drivers/filesystems/fastfat_new/fastfat.c
reactos/drivers/filesystems/fastfat_new/fastfat.h
reactos/drivers/filesystems/fastfat_new/fat.c
reactos/drivers/filesystems/fastfat_new/fatstruc.h
reactos/drivers/filesystems/fastfat_new/fcb.c
reactos/drivers/filesystems/fastfat_new/volume.c