From 2cbc26b6c325da3fca9cdec0fcce8daf580bac3b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 18:01:36 +0000 Subject: (diskfs_S_io_release_conch): s/ioserver/iohelp/g. --- libdiskfs/io-rel-conch.c | 4 ++-- 1 file 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; -- cgit v1.2.3