update for HEAD-2003091401
[reactos.git] / drivers / fs / vfat / close.c
index c3dd065..9292b5e 100644 (file)
@@ -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)
     {