Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:16.0:FactoryCandidates
pdisk
pdisk.compute_block_size.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pdisk.compute_block_size.patch of Package pdisk
compute_block_size() returns always 1. initializing a new partition table fails because the disk layout is wrong. file_media.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: pdisk/file_media.c =================================================================== --- pdisk.orig/file_media.c +++ pdisk/file_media.c @@ -90,7 +90,7 @@ struct file_media_iterator { * Global Constants */ int potential_block_sizes[] = { - 1, 512, 1024, 2048, + 512, 1024, 2048, 0 };
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor