mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-28 21:48:07 +03:00
48416fcdc1
Without this fix rounding the end of the first mda to a pe_align boundary could silently exceed the disk_size. Final 'if (start1 + mda_size1 > disk_size)' block serves as a safety net. Signed-off-by: Mike Snitzer <snitzer@redhat.com>