From c897ebb48ab7ccdf1610538f15211672a96d0a0f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 17 Feb 1994 19:34:50 +0000 Subject: Formerly ports-clean.c.~4~ --- libdiskfs/ports-clean.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libdiskfs/ports-clean.c') diff --git a/libdiskfs/ports-clean.c b/libdiskfs/ports-clean.c index 90dbb5de..2b54ebe3 100644 --- a/libdiskfs/ports-clean.c +++ b/libdiskfs/ports-clean.c @@ -18,17 +18,11 @@ #include "priv.h" #include -static void -protid_clean (void *arg) -{ - diskfs_release_peropen (((struct protid *)arg)->po); -} - /* Indexed by port type (PT_*); called when the last reference goes away on a port. */ void (*ports_cleanroutines[])(void *)= { - [PT_PROTID] = protid_clean, + [PT_PROTID] = diskfs_protid_rele, [PT_PAGER] = pager_clean, [PT_TRANSBOOT] = fshelp_transboot_clean, }; -- cgit v1.2.3