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 | 804f26fb9384975dd1346ff8ae53710fb68d1d54 (patch) | |
tree | 9502e4015182887a27e9d49e3a94a09a124f7048 | |
parent | 22e6a2519c35bf6329997589db39dbcfe720613b (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 |