]> sourceware.org Git - lvm2.git/commit
Rename 'flags' to 'status' for struct metadata_area.
authorDave Wysochanski <dwysocha@redhat.com>
Tue, 5 Oct 2010 17:34:05 +0000 (17:34 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Tue, 5 Oct 2010 17:34:05 +0000 (17:34 +0000)
commit637ac19e60d27c1bab3abf3f589d104751947e49
tree41af451005bef895186ba8778e09236f52fbb2dd
parentb0485a996f31b2ca689af9dc2f7e78a27c03ea00
Rename 'flags' to 'status' for struct metadata_area.

In other LVM memory structures such as volume_group, the field
used to store flags is called "status", and on-disk fields are called
'flags', so rename the one inside metadata_area to be consistent.
Not only is it more consistent with existing code but is cleaner
to say "the status of this mda is ignored".

Background for this patch - prajnoha pinged me on IRC this morning
about a fix he was working on related to metadataignore when
metadata/dirs was set.  I was reviewing my patches from this year
and realized the 'flags' field was probably not the best choice
when I originally did the metadataignore patches.
WHATS_NEW
lib/format1/format1.c
lib/format_pool/format_pool.c
lib/format_text/format-text.c
lib/format_text/text_label.c
lib/metadata/metadata.c
lib/metadata/metadata.h
This page took 0.031182 seconds and 5 git commands to generate.