mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-17 06:04:23 +03:00
Use uint32_t rather than uint64_t.
This commit is contained in:
parent
fdc8670327
commit
727373c176
@ -193,7 +193,7 @@ int release_pv_segment(struct pv_segment *peg, uint32_t area_reduction)
|
|||||||
{
|
{
|
||||||
uint64_t discard_offset;
|
uint64_t discard_offset;
|
||||||
uint64_t pe_start = peg->pv->pe_start;
|
uint64_t pe_start = peg->pv->pe_start;
|
||||||
uint64_t discard_area_reduction = area_reduction;
|
uint32_t discard_area_reduction = area_reduction;
|
||||||
|
|
||||||
if (!peg->lvseg) {
|
if (!peg->lvseg) {
|
||||||
log_error("release_pv_segment with unallocated segment: "
|
log_error("release_pv_segment with unallocated segment: "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user