diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-04 06:16:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-04 06:16:27 +0000 |
commit | 0e1359c5b9e65131dfff28f1054fc838f6fa35a8 (patch) | |
tree | 2e8ec38bfe4480e33b98f0f441a03f78c79b6987 | |
parent | 0d9a65449c21d6bc4a1dd4dbe5e5fc5eb8169bdd (diff) |
Formerly inode.c.~43~
-rw-r--r-- | ufs/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |