Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
lvm2
pvscan_2TB_limit.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pvscan_2TB_limit.diff of Package lvm2
Index: tools/pvscan.c =================================================================== --- tools/pvscan.c.orig 2008-11-04 06:14:30.000000000 +0800 +++ tools/pvscan.c 2009-04-27 16:15:52.000000000 +0800 @@ -166,7 +166,7 @@ size_new += pv_size(pv); size_total += pv_size(pv); } else - size_total += pv_pe_count(pv) * pv_pe_size(pv); + size_total += (uint64_t)pv_pe_count(pv) * pv_pe_size(pv); } /* find maximum pv name length */
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