diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:01:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:01:36 +0000 |
commit | 2cbc26b6c325da3fca9cdec0fcce8daf580bac3b (patch) | |
tree | 51d58ed540bb37dd4fee67ae53b439c79a899949 /libdiskfs | |
parent | 058e3592027ba429cd0bb01e4f946fe751fbd063 (diff) |
(diskfs_S_io_release_conch): s/ioserver/iohelp/g.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/io-rel-conch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-rel-conch.c b/libdiskfs/io-rel-conch.c index 5aa57920..c0257650 100644 --- a/libdiskfs/io-rel-conch.c +++ b/libdiskfs/io-rel-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_release_conch (struct protid *cred) np = cred->po->np; - ioserver_handle_io_release_conch (&np->conch, cred); + iohelp_handle_io_release_conch (&np->conch, cred); mutex_unlock (&np->lock); return 0; |