mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix typo
This commit is contained in:
parent
e664505cb9
commit
5bb295c408
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ ext2_bmaparray(vp, bn, bnp, runp, runb)
|
|||
if ((bp->b_flags & B_CACHE) == 0) {
|
||||
#ifdef DIAGNOSTIC
|
||||
if (!daddr)
|
||||
panic("ufs_bmaparray: indirect block not in cache");
|
||||
panic("ext2_bmaparray: indirect block not in cache");
|
||||
#endif
|
||||
bp->b_blkno = blkptrtodb(ump, daddr);
|
||||
bp->b_iocmd = BIO_READ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue