- Remove completion routine for VfatReadDisk. IRPs build with IoBuildSynchronousFsdRe...
authorFilip Navara <filip.navara@gmail.com>
Wed, 4 Aug 2004 19:40:45 +0000 (19:40 +0000)
committerFilip Navara <filip.navara@gmail.com>
Wed, 4 Aug 2004 19:40:45 +0000 (19:40 +0000)
commitf167814f32168507edb727b42ddc15813e71a27a
tree5becbba7e0fcf1a86eae879e035cf1b9ce7285d9
parent8db63af2d65cd6fac90a98ea1f841f29b65040a5
- Remove completion routine for VfatReadDisk. IRPs build with IoBuildSynchronousFsdRequest mustn't be freed by IoFreeIrp, because they're still associated with a thread.
- Don't call IoBuildAsynchronousFsdRequest with NULL buffer for read/write requests. It's explicitly prohibited per DDK documentation and causes crashes on Windows (R) NT systems.

svn path=/trunk/; revision=10395
reactos/drivers/fs/vfat/blockdev.c