mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Remove now unneeded special case for "geom.ctl".
This commit is contained in:
parent
234f2972e9
commit
e931331eaa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114440
@ -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 New Issue
Block a user