mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-12 13:18:31 +03:00
skip cast from (void*)
This commit is contained in:
parent
5a5fed28fa
commit
78bdbce2fd
@ -1095,7 +1095,7 @@ static int _create_lv_symlinks(struct dev_manager *dm, struct dm_tree_node *root
|
||||
int r = 1;
|
||||
|
||||
while ((child = dm_tree_next_child(&handle, root, 0))) {
|
||||
if (!(lvlayer = (struct lv_layer *) dm_tree_node_get_context(child)))
|
||||
if (!(lvlayer = dm_tree_node_get_context(child)))
|
||||
continue;
|
||||
|
||||
/* Detect rename */
|
||||
|
Loading…
Reference in New Issue
Block a user