mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Just indent changes
Some tabs & spaces.
This commit is contained in:
parent
660a42bc78
commit
97d0f72c92
@ -511,6 +511,7 @@ static int _lv_reduce(struct logical_volume *lv, uint32_t extents, int delete)
|
||||
/* FIXME Check this is safe */
|
||||
if (seg->log_lv && !lv_remove(seg->log_lv))
|
||||
return_0;
|
||||
|
||||
if (seg->pool_metadata_lv && !lv_remove(seg->pool_metadata_lv))
|
||||
return_0;
|
||||
|
||||
|
@ -1342,7 +1342,6 @@ static int _thin_pool_node_send_messages(struct dm_tree_node *dnode,
|
||||
return 1;
|
||||
|
||||
seg = dm_list_item(dm_list_last(&dnode->props.segs), struct load_segment);
|
||||
|
||||
if (seg->type != SEG_THIN_POOL)
|
||||
return 1;
|
||||
|
||||
@ -2887,7 +2886,6 @@ int dm_tree_node_add_thin_pool_message(struct dm_tree_node *node,
|
||||
}
|
||||
|
||||
seg = dm_list_item(dm_list_last(&node->props.segs), struct load_segment);
|
||||
|
||||
if (seg->type != SEG_THIN_POOL) {
|
||||
log_error(INTERNAL_ERROR "Attempt to use non thin pool segment %s.",
|
||||
dm_segtypes[seg->type].target);
|
||||
|
Loading…
Reference in New Issue
Block a user