summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-05-18 01:59:17 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-05-18 01:59:17 +0000
commitf66fe396f709b445dce6b6afec4b6a23285dccf7 (patch)
treef6d6e37a2e7655de91b4241a3feb8c5f98815151 /sys
parent46864ffadb1273ea665b6627a6bb3d4757dcdda5 (diff)
The warnings shouldn't tell that this is ffs. It's confusing.
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/ext2fs/ext2fs_inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_inode.c b/sys/ufs/ext2fs/ext2fs_inode.c
index 3695224b553..710a1e52c3a 100644
--- a/sys/ufs/ext2fs/ext2fs_inode.c
+++ b/sys/ufs/ext2fs/ext2fs_inode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ext2fs_inode.c,v 1.4 1997/11/06 05:59:14 csapuntz Exp $ */
+/* $OpenBSD: ext2fs_inode.c,v 1.5 1998/05/18 01:59:16 art Exp $ */
/* $NetBSD: ext2fs_inode.c,v 1.1 1997/06/11 09:33:56 bouyer Exp $ */
/*
@@ -87,7 +87,7 @@ ext2fs_inactive(v)
extern int prtactive;
if (prtactive && vp->v_usecount != 0)
- vprint("ffs_inactive: pushing active", vp);
+ vprint("ext2fs_inactive: pushing active", vp);
/* Get rid of inodes related to stale file handles. */
if (ip->i_e2fs_mode == 0 || ip->i_e2fs_dtime != 0)
goto out;