summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 17:53:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 17:53:23 +0000
commitab516d80c958e1e884dfb9901a01ba82f7ca1c4d (patch)
tree10b9388940bd09c73bbbd0b3491986144fd1bb00 /libdiskfs
parentcba3c8e8b9e92ca645199e4a63e7de5e37e935de (diff)
(diskfs_S_io_get_conch): ioserver_handle_io_get_conch ->
iohelp_handle_io_get_conch.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/io-get-conch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-get-conch.c b/libdiskfs/io-get-conch.c
index b210405e..6be35f0b 100644
--- a/libdiskfs/io-get-conch.c
+++ b/libdiskfs/io-get-conch.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994 Free Software Foundation
+ Copyright (C) 1994, 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
@@ -37,7 +37,7 @@ diskfs_S_io_get_conch (struct protid *cred)
return EINVAL;
}
- ioserver_handle_io_get_conch (&np->conch, cred, cred->mapped);
+ iohelp_handle_io_get_conch (&np->conch, cred, cred->mapped);
mutex_unlock (&np->lock);
return 0;