summaryrefslogtreecommitdiff
path: root/libdiskfs/io-prenotify.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 17:58:17 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 17:58:17 +0000
commit430ba3a4e2a4a4710ee0073914f116320a1ea715 (patch)
tree93eb6fbcb9de47d934d2b29f1726f90072480e6f /libdiskfs/io-prenotify.c
parente59e4da139bca29adac8925a975566cce8edc1b6 (diff)
(diskfs_S_io_prenotify): s/ioserver/iohelp/g.
Diffstat (limited to 'libdiskfs/io-prenotify.c')
-rw-r--r--libdiskfs/io-prenotify.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libdiskfs/io-prenotify.c b/libdiskfs/io-prenotify.c
index a2b96e7e..4ae3967b 100644
--- a/libdiskfs/io-prenotify.c
+++ b/libdiskfs/io-prenotify.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
@@ -45,18 +45,18 @@ diskfs_S_io_prenotify (struct protid *cred,
goto out;
}
- err = ioserver_verify_user_conch (&np->conch, cred);
+ err = iohelp_verify_user_conch (&np->conch, cred);
if (err)
goto out;
- ioserver_fetch_shared_data (cred);
+ iohelp_fetch_shared_data (cred);
if ((off_t) end < np->allocsize)
{
/* The user didn't need to do this, so we'll make sure they
have the right shared page info. */
spin_lock (&cred->mapped->lock);
- ioserver_put_shared_data (cred);
+ iohelp_put_shared_data (cred);
spin_unlock (&cred->mapped->lock);
goto out;
}