mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:33:04 +00:00
[EXT2] Upgrade to 0.69
CORE-13980
This commit is contained in:
parent
18dee7a392
commit
a1d7e9936d
24 changed files with 3032 additions and 304 deletions
|
@ -267,6 +267,12 @@ Ext2DispatchRequest (IN PEXT2_IRP_CONTEXT IrpContext)
|
|||
case IRP_MJ_SHUTDOWN:
|
||||
return Ext2ShutDown(IrpContext);
|
||||
|
||||
case IRP_MJ_QUERY_EA:
|
||||
return Ext2QueryEa(IrpContext);
|
||||
|
||||
case IRP_MJ_SET_EA:
|
||||
return Ext2SetEa(IrpContext);
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
case IRP_MJ_PNP:
|
||||
return Ext2Pnp(IrpContext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue