Re: [RFC] Stacking bio support

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ph. Marek
Date: Tuesday, March 11, 2008 - 4:33 am

Hello Daniel!

On Dienstag, 11. März 2008, Daniel Phillips wrote:
...
Win32 has IRP stacks, which do mostly the same AFAIU.
	http://msdn2.microsoft.com/en-us/library/ms796144.aspx

How do you handle the reallocation?
- If you don't do it (but rely on the fact that the initial allocation is
  enough), you might end up with NO_MORE_IRP_STACK_LOCATIONS
    http://msdn2.microsoft.com/en-us/library/ms793675.aspx
- If you do reallocate, the allocations have to register themselves in
  the emergency pool (see the current thread about swapping over NFS)

I don't say that it's impossible ... just that some "interesting" things will 
await you. 

That's different from the Win32 way AFAIK - there it's defined that every 
layer *has* to use its own stack location. (But it's been some time since I 
needed that, so I might be wrong.)


But I sure hope you succeed!


Regards,

Phil
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC] Stacking bio support, Daniel Phillips, (Tue Mar 11, 3:52 am)
Re: [RFC] Stacking bio support, Ph. Marek, (Tue Mar 11, 4:33 am)
Re: [RFC] Stacking bio support, Daniel Phillips, (Tue Mar 11, 5:07 am)
Re: [RFC] Stacking bio support, Boaz Harrosh, (Tue Mar 11, 5:38 am)
Re: [RFC] Stacking bio support, Alan D. Brunelle, (Fri Mar 14, 6:59 am)
Re: [RFC] Stacking bio support, Alan D. Brunelle, (Fri Mar 14, 7:04 am)
Re: [RFC] Stacking bio support, Alan D. Brunelle, (Fri Mar 14, 7:06 am)
Re: [RFC] Stacking bio support, Daniel Phillips, (Sun Mar 16, 2:38 pm)
Re: [RFC] Stacking bio support, Daniel Phillips, (Thu Apr 10, 6:04 am)
Re: [RFC] Stacking bio support, Boaz Harrosh, (Thu Apr 10, 6:34 am)