[NTFS] Use LookasideList allocations for NTFS_ATTR_CONTEXT.
[reactos.git] / drivers / filesystems / ntfs / ntfs.h
index 97f4acd..0b64b72 100644 (file)
@@ -152,6 +152,7 @@ typedef struct
     FAST_IO_DISPATCH FastIoDispatch;
     NPAGED_LOOKASIDE_LIST IrpContextLookasideList;
     NPAGED_LOOKASIDE_LIST FcbLookasideList;
+    NPAGED_LOOKASIDE_LIST AttrCtxtLookasideList;
     BOOLEAN EnableWriteSupport;
 } NTFS_GLOBAL_DATA, *PNTFS_GLOBAL_DATA;