From f91d82d99e98c2a6edd0d67e46ff4c024d0497ed Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 18:03:37 +0000 Subject: (diskfs_S_io_stat): s/ioserver/iohelp/g. --- libdiskfs/io-stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/io-stat.c') diff --git a/libdiskfs/io-stat.c b/libdiskfs/io-stat.c index d5d036e0..df8b4291 100644 --- a/libdiskfs/io-stat.c +++ b/libdiskfs/io-stat.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 @@ -31,7 +31,7 @@ diskfs_S_io_stat (struct protid *cred, np = cred->po->np; mutex_lock (&np->lock); - ioserver_get_conch (&np->conch); + iohelp_get_conch (&np->conch); if (diskfs_synchronous) diskfs_node_update (np, 1); else -- cgit v1.2.3