NO_MORE_IRP_STACK_LOCATION

Hi all,

I have a file system filter driver and a floppy disk filter driver. It
is OK running in machines with FAT, and with NTFS without Norton Anti
Virus, but with NAV and partition type NTFS the system show me the
message NO_MORE_IRP_STACK_LOCATION. I already have changed my call to
IRP by IoSkipCurrentIrpStackLocation and
IoCopyCurrentIrpStackLocationToNext.

Dou you have some idea about it ?

Thanks in advance

Heldai Lemos Ferreira

If you call IoSkipCurrentIrpStackLocation then why do you call
IoCopyCurrentIrpStackLocationToNext. Take a look at the doc.

Raja

----- Original Message -----
From: “Heldai Lemos Ferreira”
To: “File Systems Developers”
Sent: Wednesday, July 26, 2000 5:01 AM
Subject: [ntfsd] NO_MORE_IRP_STACK_LOCATION

> Hi all,
>
> I have a file system filter driver and a floppy disk filter driver. It
> is OK running in machines with FAT, and with NTFS without Norton Anti
> Virus, but with NAV and partition type NTFS the system show me the
> message NO_MORE_IRP_STACK_LOCATION. I already have changed my call to
> IRP by IoSkipCurrentIrpStackLocation and
> IoCopyCurrentIrpStackLocationToNext.
>
> Dou you have some idea about it ?
>
> Thanks in advance
>
> Heldai Lemos Ferreira
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>
>

Thanks Raja,

I need use IoCopyCurrentIrpStackLocationToNext to get the completion routine
to some functions, then I use IoSkipCurrentIrpStackLocation to all functions
that I dont need completion routine.
It is important. If I don’t use IoCopyCurrentIrpStackLocationToNext I
haven’t blue screen, but I need IoCopyCurrentIrpStackLocationToNext.

Thanks in advance an regards,

Heldai

Raja wrote:

If you call IoSkipCurrentIrpStackLocation then why do you call
IoCopyCurrentIrpStackLocationToNext. Take a look at the doc.

Raja

----- Original Message -----
From: “Heldai Lemos Ferreira”
> To: “File Systems Developers”
> Sent: Wednesday, July 26, 2000 5:01 AM
> Subject: [ntfsd] NO_MORE_IRP_STACK_LOCATION
>
> > Hi all,
> >
> > I have a file system filter driver and a floppy disk filter driver. It
> > is OK running in machines with FAT, and with NTFS without Norton Anti
> > Virus, but with NAV and partition type NTFS the system show me the
> > message NO_MORE_IRP_STACK_LOCATION. I already have changed my call to
> > IRP by IoSkipCurrentIrpStackLocation and
> > IoCopyCurrentIrpStackLocationToNext.
> >
> > Dou you have some idea about it ?
> >
> > Thanks in advance
> >
> > Heldai Lemos Ferreira
> >
> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> > To unsubscribe send a blank email to $subst(‘Email.Unsub’)
> >
> >
>
> —
> You are currently subscribed to ntfsd as: xxxxx@seil.com.br
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Oh… makes sense. I dont know what to say now :slight_smile: If your driver works fine
without NAV then it is probably NAV’s problem. You should contact the
engineers at Symantec.

----- Original Message -----
From: “Heldai Lemos Ferreira”
To: “File Systems Developers”
Sent: Wednesday, July 26, 2000 2:06 PM
Subject: [ntfsd] Re: NO_MORE_IRP_STACK_LOCATION

> Thanks Raja,
>
> I need use IoCopyCurrentIrpStackLocationToNext to get the completion
routine
> to some functions, then I use IoSkipCurrentIrpStackLocation to all
functions
> that I dont need completion routine.
> It is important. If I don’t use IoCopyCurrentIrpStackLocationToNext I
> haven’t blue screen, but I need IoCopyCurrentIrpStackLocationToNext.
>
> Thanks in advance an regards,
>
> Heldai
>
> Raja wrote:
>
> > If you call IoSkipCurrentIrpStackLocation then why do you call
> > IoCopyCurrentIrpStackLocationToNext. Take a look at the doc.
> >
> > Raja
> >
> > ----- Original Message -----
> > From: “Heldai Lemos Ferreira”
> > To: “File Systems Developers”
> > Sent: Wednesday, July 26, 2000 5:01 AM
> > Subject: [ntfsd] NO_MORE_IRP_STACK_LOCATION
> >
> > > Hi all,
> > >
> > > I have a file system filter driver and a floppy disk filter driver. It
> > > is OK running in machines with FAT, and with NTFS without Norton Anti
> > > Virus, but with NAV and partition type NTFS the system show me the
> > > message NO_MORE_IRP_STACK_LOCATION. I already have changed my call to
> > > IRP by IoSkipCurrentIrpStackLocation and
> > > IoCopyCurrentIrpStackLocationToNext.
> > >
> > > Dou you have some idea about it ?
> > >
> > > Thanks in advance
> > >
> > > Heldai Lemos Ferreira
> > >
> > >
> > > —
> > > You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> > > To unsubscribe send a blank email to $subst(‘Email.Unsub’)
> > >
> > >
> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@seil.com.br
> > To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>
>

Thanks Raja,

I will contact then tomorrow.

Regards,

Heldai

Raja wrote:

Oh… makes sense. I dont know what to say now :slight_smile: If your driver works fine
without NAV then it is probably NAV’s problem. You should contact the
engineers at Symantec.

----- Original Message -----
From: “Heldai Lemos Ferreira”
> To: “File Systems Developers”
> Sent: Wednesday, July 26, 2000 2:06 PM
> Subject: [ntfsd] Re: NO_MORE_IRP_STACK_LOCATION
>
> > Thanks Raja,
> >
> > I need use IoCopyCurrentIrpStackLocationToNext to get the completion
> routine
> > to some functions, then I use IoSkipCurrentIrpStackLocation to all
> functions
> > that I dont need completion routine.
> > It is important. If I don’t use IoCopyCurrentIrpStackLocationToNext I
> > haven’t blue screen, but I need IoCopyCurrentIrpStackLocationToNext.
> >
> > Thanks in advance an regards,
> >
> > Heldai
> >
> > Raja wrote:
> >
> > > If you call IoSkipCurrentIrpStackLocation then why do you call
> > > IoCopyCurrentIrpStackLocationToNext. Take a look at the doc.
> > >
> > > Raja
> > >
> > > ----- Original Message -----
> > > From: “Heldai Lemos Ferreira”
> > > To: “File Systems Developers”
> > > Sent: Wednesday, July 26, 2000 5:01 AM
> > > Subject: [ntfsd] NO_MORE_IRP_STACK_LOCATION
> > >
> > > > Hi all,
> > > >
> > > > I have a file system filter driver and a floppy disk filter driver. It
> > > > is OK running in machines with FAT, and with NTFS without Norton Anti
> > > > Virus, but with NAV and partition type NTFS the system show me the
> > > > message NO_MORE_IRP_STACK_LOCATION. I already have changed my call to
> > > > IRP by IoSkipCurrentIrpStackLocation and
> > > > IoCopyCurrentIrpStackLocationToNext.
> > > >
> > > > Dou you have some idea about it ?
> > > >
> > > > Thanks in advance
> > > >
> > > > Heldai Lemos Ferreira
> > > >
> > > >
> > > > —
> > > > You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> > > > To unsubscribe send a blank email to $subst(‘Email.Unsub’)
> > > >
> > > >
> > >
> > > —
> > > You are currently subscribed to ntfsd as: xxxxx@seil.com.br
> > > To unsubscribe send a blank email to $subst(‘Email.Unsub’)
> >
> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@hotmail.com
> > To unsubscribe send a blank email to $subst(‘Email.Unsub’)
> >
> >
>
> —
> You are currently subscribed to ntfsd as: xxxxx@seil.com.br
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)