mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Correct function name in panic().
Reported by: kensmith
This commit is contained in:
parent
e0f62984c1
commit
58e9afacb4
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ ufs_gjournal_modref(struct vnode *vp, int count)
|
|||
cgbno = fsbtodb(fs, cgtod(fs, cg));
|
||||
}
|
||||
if ((u_int)ino >= fs->fs_ipg * fs->fs_ncg)
|
||||
panic("ffs_freefile: range: dev = %s, ino = %lu, fs = %s",
|
||||
panic("ufs_gjournal_modref: range: dev = %s, ino = %lu, fs = %s",
|
||||
devtoname(dev), (u_long)ino, fs->fs_fsmnt);
|
||||
if ((error = bread(devvp, cgbno, (int)fs->fs_cgsize, NOCRED, &bp))) {
|
||||
brelse(bp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue