diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 17:57:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 17:57:05 +0000 |
commit | e59e4da139bca29adac8925a975566cce8edc1b6 (patch) | |
tree | a9c743d00432c3dd7289dbe12549c0b7c9bcf497 | |
parent | 2b96a2999c3f9173a9c55544c6e21607e1afd4fa (diff) |
(diskfs_S_io_set_all_openmodes): ioserver_get_conch ->
iohelp_get_conch.
-rw-r--r-- | libdiskfs/io-modes-set.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-modes-set.c b/libdiskfs/io-modes-set.c index 6ecaa6fc..2744a8f7 100644 --- a/libdiskfs/io-modes-set.c +++ b/libdiskfs/io-modes-set.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_set_all_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 &= ~HONORED_STATE_MODES; cred->po->openstat |= (newbits & HONORED_STATE_MODES); mutex_unlock (&cred->po->np->lock); |