Remember to hold topology lock when we change things.
Spotted by: kuriyama
This commit is contained in:
parent
2cc40a38a8
commit
50bd488da3
@ -274,7 +274,9 @@ g_mbr_taste(struct g_class *mp, struct g_provider *pp, int insist)
|
||||
printf("Ignoring known bogus MBR #1\n");
|
||||
break;
|
||||
}
|
||||
g_topology_lock();
|
||||
g_mbr_modify(gp, ms, dp);
|
||||
g_topology_unlock();
|
||||
break;
|
||||
}
|
||||
g_topology_lock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user