From ab516d80c958e1e884dfb9901a01ba82f7ca1c4d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 17:53:23 +0000 Subject: (diskfs_S_io_get_conch): ioserver_handle_io_get_conch -> iohelp_handle_io_get_conch. --- libdiskfs/io-get-conch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/io-get-conch.c') diff --git a/libdiskfs/io-get-conch.c b/libdiskfs/io-get-conch.c index b210405e..6be35f0b 100644 --- a/libdiskfs/io-get-conch.c +++ b/libdiskfs/io-get-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_get_conch (struct protid *cred) return EINVAL; } - ioserver_handle_io_get_conch (&np->conch, cred, cred->mapped); + iohelp_handle_io_get_conch (&np->conch, cred, cred->mapped); mutex_unlock (&np->lock); return 0; -- cgit v1.2.3