Commit in reactos/drivers/fs/ms on MAIN
create.c+2-21.6 -> 1.7
Pass create parameters for named pipes and mailslots in the stack location.

reactos/drivers/fs/ms
create.c 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- create.c	1 Nov 2004 22:54:23 -0000	1.6
+++ create.c	23 Dec 2004 23:56:33 -0000	1.7
@@ -1,4 +1,4 @@
-/* $Id: create.c,v 1.6 2004/11/01 22:54:23 ion Exp $
+/* $Id: create.c,v 1.7 2004/12/23 23:56:33 ekohl Exp $
  *
  * COPYRIGHT:  See COPYING in the top level directory
  * PROJECT:    ReactOS kernel
@@ -122,7 +122,7 @@
    IoStack = IoGetCurrentIrpStackLocation(Irp);
    DeviceExtension = DeviceObject->DeviceExtension;
    FileObject = IoStack->FileObject;
-   Buffer = (PMAILSLOT_CREATE_PARAMETERS)Irp->Tail.Overlay.AuxiliaryBuffer;
+   Buffer = IoStack->Parameters.CreateMailslot.Parameters;
 
    DPRINT("Mailslot name: %wZ\n", &FileObject->FileName);
 
CVSspam 0.2.8