[linux-lvm] lv_on_disk_size

Jan Niehusmann list039 at gondor.com
Sat Aug 19 15:27:39 UTC 2000


In the BUGS file, one mentioned bug fix is the following:

> Please change the macro LVM_LV_DISK_OFFSET as below:
> 
> #define LVM_LV_DISK_OFFSET(a, b) ( (a)->lv_on_disk.base + \
>                                    sizeof ( lv_disk_t) * b)
> 

Without really understanding what's going on (all these lv_, pe_, ...
prefixes are really confusing me ;-)) I wonder if the following line
in vg_setup_for_create.c is correct:

(Line 94)
      vg->pv[p]->lv_on_disk.size = ( max_lv + 1) * sizeof ( lv_t);

Or should it be sizeof( lv_disk_t), too?


Jan




More information about the linux-lvm mailing list