diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:07:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:07:25 +0000 |
commit | 87df917c6a97968c816720eab90101a15ce6dcd8 (patch) | |
tree | dc37e8cff327afeadc353bba7f94587b53ad3620 /libdiskfs/node-make.c | |
parent | 778e8978b938122bff064053580dd4a2a1d17dbd (diff) |
(diskfs_make_node): s/ioserver/iohelp/g.
Diffstat (limited to 'libdiskfs/node-make.c')
-rw-r--r-- | libdiskfs/node-make.c | 4 |
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); |