mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove now unneeded special case for "geom.ctl".
This commit is contained in:
parent
234f2972e9
commit
e931331eaa
1 changed files with 0 additions and 2 deletions
|
|
@ -622,8 +622,6 @@ g_spoil(struct g_provider *pp, struct g_consumer *cp)
|
|||
|
||||
g_topology_assert();
|
||||
|
||||
if (!strcmp(pp->name, "geom.ctl"))
|
||||
return;
|
||||
LIST_FOREACH(cp2, &pp->consumers, consumers) {
|
||||
if (cp2 == cp)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue