Fix panic() message to give the right function name.
This commit is contained in:
parent
d533f717f0
commit
39fac37953
@ -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 New Issue
Block a user