summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/gnu/ext2fs/ext2_balloc.c2
-rw-r--r--sys/gnu/fs/ext2fs/ext2_balloc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/ext2_balloc.c b/sys/gnu/ext2fs/ext2_balloc.c
index 559f4a6..275849f 100644
--- a/sys/gnu/ext2fs/ext2_balloc.c
+++ b/sys/gnu/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.
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