summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 18:03:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 18:03:37 +0000
commitf91d82d99e98c2a6edd0d67e46ff4c024d0497ed (patch)
tree744a64a476750b899bc07764fa0c4fa64ce49598
parent396b2750c83a6dd0082256b27c2f73632e04e57a (diff)
(diskfs_S_io_stat): s/ioserver/iohelp/g.
-rw-r--r--libdiskfs/io-stat.c4
1 files changed, 2 insertions, 2 deletions
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