X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=drivers%2Ffs%2Fvfat%2Fclose.c;h=9292b5e5671f98c8db121f5306d71c30f3629ed5;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hp=c3dd065fb3eacc8137fb2b27cf845f373a7ade35;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605;p=reactos.git diff --git a/drivers/fs/vfat/close.c b/drivers/fs/vfat/close.c index c3dd065..9292b5e 100644 --- a/drivers/fs/vfat/close.c +++ b/drivers/fs/vfat/close.c @@ -67,7 +67,7 @@ VfatCloseFile (PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject) FileObject->FsContext2 = NULL; FileObject->FsContext = NULL; - FileObject->SectionObjectPointers = NULL; + FileObject->SectionObjectPointer = NULL; if (pCcb) { @@ -84,7 +84,7 @@ NTSTATUS VfatClose (PVFAT_IRP_CONTEXT IrpContext) { NTSTATUS Status; - DPRINT ("VfatClose(DeviceObject %x, Irp %x)\n", DeviceObject, Irp); + DPRINT ("VfatClose(DeviceObject %x, Irp %x)\n", IrpContext->DeviceObject, IrpContext->Irp); if (IrpContext->DeviceObject == VfatGlobalData->DeviceObject) {