From 804f26fb9384975dd1346ff8ae53710fb68d1d54 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 4 Oct 1994 06:16:27 +0000 Subject: Formerly inode.c.~43~ --- ufs/inode.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ufs/inode.c') diff --git a/ufs/inode.c b/ufs/inode.c index ba720b48..9321d2e8 100644 --- a/ufs/inode.c +++ b/ufs/inode.c @@ -154,6 +154,7 @@ diskfs_try_dropping_softrefs (struct node *np) void diskfs_lost_hardrefs (struct node *np) { +#ifdef notanymore struct port_info *pi; struct pager *p; @@ -195,6 +196,7 @@ diskfs_lost_hardrefs (struct node *np) else spin_unlock (&_libports_portrefcntlock); } +#endif } /* A new hard reference to a node has been created; it's now OK to -- cgit v1.2.3