mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
[FS_REC]
- Remove a meaningless DPRINT svn path=/trunk/; revision=62978
This commit is contained in:
parent
1927ed6577
commit
b0bdd6c8c8
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ DriverEntry(IN PDRIVER_OBJECT DriverObject,
|
||||||
L"\\FileSystem\\Ext2Recognizer",
|
L"\\FileSystem\\Ext2Recognizer",
|
||||||
FS_TYPE_EXT2,
|
FS_TYPE_EXT2,
|
||||||
FILE_DEVICE_DISK_FILE_SYSTEM);
|
FILE_DEVICE_DISK_FILE_SYSTEM);
|
||||||
if (NT_SUCCESS(Status)){ DeviceCount++; DPRINT1("2 Ext2FS!!!!!\n");}
|
if (NT_SUCCESS(Status)) DeviceCount++;
|
||||||
|
|
||||||
/* Return appropriate Status */
|
/* Return appropriate Status */
|
||||||
return (DeviceCount > 0) ? STATUS_SUCCESS : STATUS_IMAGE_ALREADY_LOADED;
|
return (DeviceCount > 0) ? STATUS_SUCCESS : STATUS_IMAGE_ALREADY_LOADED;
|
||||||
|
|
Loading…
Reference in a new issue