1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

o change chunk_size to stripe_size

This commit is contained in:
Joe Thornber 2001-11-26 16:30:43 +00:00
parent f95627cf8a
commit 79b0c9f89a

View File

@ -72,7 +72,7 @@ struct pv_area {
struct stripe_segment {
struct list list;
uint32_t chunk_size;
uint32_t stripe_size;
uint32_t stripes;
/* There will be one pv_area for each stripe */