From 87df917c6a97968c816720eab90101a15ce6dcd8 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 18:07:25 +0000 Subject: (diskfs_make_node): s/ioserver/iohelp/g. --- libdiskfs/node-make.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/node-make.c b/libdiskfs/node-make.c index 904ef7a6..972167a2 100644 --- a/libdiskfs/node-make.c +++ b/libdiskfs/node-make.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994, 1995 Free Software Foundation + Copyright (C) 1994, 1995, 1996 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -41,7 +41,7 @@ diskfs_make_node (struct disknode *dn) np->dirmod_reqs = 0; fshelp_transbox_init (&np->transbox, &np->lock, np); - ioserver_initialize_conch (&np->conch, &np->lock); + iohelp_initialize_conch (&np->conch, &np->lock); fshelp_lock_init (&np->userlock); -- cgit v1.2.3