diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 17:54:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 17:54:36 +0000 |
commit | c688a0aede2131f6996cda90207b4504a371cec6 (patch) | |
tree | ec2802a384f2fcd03dd719ce8d4bb04b613a825b | |
parent | ab516d80c958e1e884dfb9901a01ba82f7ca1c4d (diff) |
(diskfs_S_io_clear_some_openmodes): ioserver_get_conch ->
iohelp_get_conch.
-rw-r--r-- | libdiskfs/io-modes-off.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-modes-off.c b/libdiskfs/io-modes-off.c index 30338109..25efcf22 100644 --- a/libdiskfs/io-modes-off.c +++ b/libdiskfs/io-modes-off.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 @@ -28,7 +28,7 @@ diskfs_S_io_clear_some_openmodes (struct protid *cred, return EOPNOTSUPP; mutex_lock (&cred->po->np->lock); - ioserver_get_conch (&cred->po->np->conch); + iohelp_get_conch (&cred->po->np->conch); cred->po->openstat &= ~(offbits & HONORED_STATE_MODES); mutex_unlock (&cred->po->np->lock); return 0; |