mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[FSLIB]
Remove the HiddenSectors hack because usetup initializes the HiddenSectors value properly. svn path=/trunk/; revision=68229
This commit is contained in:
parent
bdc699aac8
commit
ac6878aaab
2 changed files with 0 additions and 12 deletions
|
@ -105,12 +105,6 @@ VfatFormat(IN PUNICODE_STRING DriveRoot,
|
||||||
NtClose(FileHandle);
|
NtClose(FileHandle);
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* FIXME: This is a hack!
|
|
||||||
* Partitioning software MUST set the correct number of hidden sectors!
|
|
||||||
*/
|
|
||||||
PartitionInfo.HiddenSectors = DiskGeometry.SectorsPerTrack;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -102,12 +102,6 @@ VfatxFormat(IN PUNICODE_STRING DriveRoot,
|
||||||
NtClose(FileHandle);
|
NtClose(FileHandle);
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* FIXME: This is a hack!
|
|
||||||
* Partitioning software MUST set the correct number of hidden sectors!
|
|
||||||
*/
|
|
||||||
PartitionInfo.HiddenSectors = DiskGeometry.SectorsPerTrack;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue