* Reverted r26128 again; it should not be necessary after r26177 anymore.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26178 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8531599a27
commit
d5157b61d2
@ -164,12 +164,9 @@ pm_identify_partition(int fd, partition_data *partition, void **cookie)
|
||||
if (hasChildren)
|
||||
return 0.4;
|
||||
|
||||
// No children but a parent. Extremely unlikely that this is desired.
|
||||
// Just indicate that we don't support this partition, it's probably a
|
||||
// filesystem and not a partition at all.
|
||||
*cookie = NULL;
|
||||
delete map;
|
||||
return -1;
|
||||
// No children. Extremely unlikely, that this is desired. But if no one
|
||||
// else claims the partition, we take it anyway.
|
||||
return 0.1;
|
||||
}
|
||||
|
||||
// pm_scan_partition
|
||||
|
Loading…
x
Reference in New Issue
Block a user