mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Removed KASSERT, g_new_providerf() can not fail.
MFC after: 1 week
This commit is contained in:
parent
a28cc643b1
commit
2fbefe4829
1 changed files with 0 additions and 1 deletions
|
|
@ -2097,7 +2097,6 @@ g_journal_worker(void *arg)
|
|||
gp = sc->sc_geom;
|
||||
g_topology_lock();
|
||||
pp = g_new_providerf(gp, "%s.journal", sc->sc_name);
|
||||
KASSERT(pp != NULL, ("Cannot create %s.journal.", sc->sc_name));
|
||||
pp->mediasize = sc->sc_mediasize;
|
||||
/*
|
||||
* There could be a problem when data provider and journal providers
|
||||
|
|
|
|||
Loading…
Reference in a new issue