summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 18:07:25 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 18:07:25 +0000
commit87df917c6a97968c816720eab90101a15ce6dcd8 (patch)
treedc37e8cff327afeadc353bba7f94587b53ad3620
parent778e8978b938122bff064053580dd4a2a1d17dbd (diff)
(diskfs_make_node): s/ioserver/iohelp/g.
-rw-r--r--libdiskfs/node-make.c4
1 files changed, 2 insertions, 2 deletions
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);