diff options
Diffstat (limited to 'libdiskfs/io-stat.c')
-rw-r--r-- | libdiskfs/io-stat.c | 4 |
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 |