svn commit: r239372 - head/sys/fs/ext2fs

Kevin Lo kevlo at FreeBSD.org
Sat Aug 18 16:13:17 UTC 2012


Author: kevlo
Date: Sat Aug 18 16:13:16 2012
New Revision: 239372
URL: http://svn.freebsd.org/changeset/base/239372

Log:
  Fix typo

Modified:
  head/sys/fs/ext2fs/ext2_bmap.c

Modified: head/sys/fs/ext2fs/ext2_bmap.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_bmap.c	Sat Aug 18 12:37:07 2012	(r239371)
+++ head/sys/fs/ext2fs/ext2_bmap.c	Sat Aug 18 16:13:16 2012	(r239372)
@@ -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;


More information about the svn-src-head mailing list