mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[USETUP] Remove the PARTITION_EXT2 constant and use PARTITION_LINUX in favour since PARTITION_EXT2 is just an alias to PARTITION_LINUX
And since we're here, add PARTITION_LINUX_EXT to ReactOS I/O controls header (rosioctl.h).
This commit is contained in:
parent
538f9d6aae
commit
4c6370de16
4 changed files with 6 additions and 7 deletions
|
@ -2969,8 +2969,7 @@ CheckActiveSystemPartition(
|
|||
}
|
||||
// HACK: WARNING: We cannot write on this FS yet!
|
||||
// See fsutil.c:GetFileSystem()
|
||||
if (List->OriginalSystemPartition->PartitionType == PARTITION_EXT2 ||
|
||||
List->OriginalSystemPartition->PartitionType == PARTITION_IFS)
|
||||
if (List->OriginalSystemPartition->PartitionType == PARTITION_IFS)
|
||||
{
|
||||
DPRINT1("Recognized file system %S that doesn't support write support yet!\n",
|
||||
FileSystem->FileSystemName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue