using Spin locks in mini filters

Is it possible to use spinlocks in mini filters.
actually i have maintained a link list and for deleting or adding a node to
list i need spinlocks

Regards
Rohit

Sure. A minifilter is a true kernel driver. Be careful of the IRQL of
spinlocks (must be non-paged).

Ken


From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Rohit
Sent: Friday, December 01, 2006 9:08 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] using Spin locks in mini filters

Is it possible to use spinlocks in mini filters.
actually i have maintained a link list and for deleting or adding a node to
list i need spinlocks

Regards
Rohit
— Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17 You are currently subscribed to
ntfsd as: xxxxx@comcast.net To unsubscribe send a blank email to
xxxxx@lists.osr.com

Why not?

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “Rohit”
To: “Windows File Systems Devs Interest List”
Sent: Friday, December 01, 2006 5:08 PM
Subject: [ntfsd] using Spin locks in mini filters

> Is it possible to use spinlocks in mini filters.
> actually i have maintained a link list and for deleting or adding a node to
> list i need spinlocks
>
> Regards
> Rohit
>
> —
> Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com