]> sourceware.org Git - lvm2.git/commit
cosmetic change - swapping one macro for another
authorJonathan Earl Brassow <jbrassow@redhat.com>
Fri, 25 Mar 2011 21:56:28 +0000 (21:56 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Fri, 25 Mar 2011 21:56:28 +0000 (21:56 +0000)
commit6bc394736e01f4ad04128c66d0fdd0aacc43e89d
tree6e0e8e0a3d40ec85395c97f600d49c160b69df76
parentbe5976977170617238aa8b7883a61755f1c77117
cosmetic change - swapping one macro for another

When I see 'seg_is_mirrored', I expect the argument to be an lv_segment.
In this case, it is lvcreate_params.  Both structures, have a 'segtype'
entry which the macro dereferences.  However, it just seems easier to
understand if we do 'segtype_is_mirrored' instead.
tools/lvcreate.c
This page took 0.068147 seconds and 5 git commands to generate.