]> 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)
commit600e67b17af53b12b9652ab8eb53f78b70066ade
tree41af451005bef895186ba8778e09236f52fbb2dd
parent2da49b93bd7cdb4f8e1531327f3b72a454d99399
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.03855 seconds and 5 git commands to generate.