From f66fe396f709b445dce6b6afec4b6a23285dccf7 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Mon, 18 May 1998 01:59:17 +0000 Subject: The warnings shouldn't tell that this is ffs. It's confusing. --- sys/ufs/ext2fs/ext2fs_inode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/ufs/ext2fs') 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; -- cgit v1.2.3