summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-04-29 11:45:15 +0000
committerphk <phk@FreeBSD.org>2001-04-29 11:45:15 +0000
commitc7663963a91bb0760538088c78d32f2c8585bb43 (patch)
treeda92500aa1e0c381d20024fb07829af83abf6978 /sys/gnu/fs
parenta86fd1603871a5d26ddce169553c7d66ad977ed0 (diff)
downloadFreeBSD-src-c7663963a91bb0760538088c78d32f2c8585bb43.zip
FreeBSD-src-c7663963a91bb0760538088c78d32f2c8585bb43.tar.gz
Make a panic less misleading.
Diffstat (limited to 'sys/gnu/fs')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_balloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_balloc.c b/sys/gnu/fs/ext2fs/ext2_balloc.c
index 559f4a6..275849f 100644
--- a/sys/gnu/fs/ext2fs/ext2_balloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_balloc.c
@@ -168,7 +168,7 @@ ext2_debug("ext2_balloc called (%d, %d, %d)\n",
return(error);
#if DIAGNOSTIC
if (num < 1)
- panic ("ext2_balloc: ufs_bmaparray returned indirect block");
+ panic ("ext2_balloc: ufs_getlbns returned indirect block");
#endif
/*
* Fetch the first indirect block allocating if necessary.
OpenPOWER on IntegriCloud