mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-08 09:57:55 +03:00
If we want to have const structure - use a const pointer to avoid, however making individual members const make it only assingle in construct time and we already violate this logic since we memcpy into the structure - so drop these unnecessary consts...