mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[BTRFS] Fix booting with runtime checks
This commit is contained in:
parent
e97b95cc2e
commit
6c75215bb3
10 changed files with 89 additions and 24 deletions
|
@ -236,7 +236,7 @@ static NTSTATUS control_ioctl(PIRP Irp) {
|
|||
|
||||
_Dispatch_type_(IRP_MJ_DEVICE_CONTROL)
|
||||
_Function_class_(DRIVER_DISPATCH)
|
||||
NTSTATUS drv_device_control(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) {
|
||||
NTSTATUS NTAPI drv_device_control(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) {
|
||||
NTSTATUS Status;
|
||||
PIO_STACK_LOCATION IrpSp = IoGetCurrentIrpStackLocation(Irp);
|
||||
device_extension* Vcb = DeviceObject->DeviceExtension;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue