mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 05:41:58 +00:00
[NTOSKRNL] Drop the no longer needed Dirty field
CORE-15954
This commit is contained in:
parent
8b6696fcdb
commit
bd75947372
2 changed files with 0 additions and 3 deletions
|
@ -233,7 +233,6 @@ typedef struct _INTERNAL_BCB
|
|||
ERESOURCE Lock;
|
||||
PUBLIC_BCB PFCB;
|
||||
PROS_VACB Vacb;
|
||||
BOOLEAN Dirty;
|
||||
ULONG PinCount;
|
||||
CSHORT RefCount; /* (At offset 0x34 on WinNT4) */
|
||||
LIST_ENTRY BcbEntry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue