mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 04:22:59 -04:00
Fix panic() message to give the right function name.
This commit is contained in:
parent
d533f717f0
commit
39fac37953
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ softdep_setup_allocext(ip, lbn, newblkno, oldblkno, newsize, oldsize, bp)
|
|||
struct buf *bp;
|
||||
{
|
||||
|
||||
panic("softdep_setup_allocdirect called");
|
||||
panic("softdep_setup_allocext called");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue