From 9690633acf88b2b443672fc6a64bd12f5aa96e17 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 18:05:57 +0000 Subject: (iohelp_fetch_shared_data): s/ioserver/iohelp/g. --- libdiskfs/conch-fetch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libdiskfs/conch-fetch.c b/libdiskfs/conch-fetch.c index 79960efc..178c8d11 100644 --- a/libdiskfs/conch-fetch.c +++ b/libdiskfs/conch-fetch.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994, 1995 Free Software Foundation + Copyright (C) 1994, 1995, 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 @@ -16,14 +16,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" -#include +#include /* Update our copy of the relevant fields from a shared page. Callers must have the share lock on the shared page as well as the inode toplock. This is called by the conch management facilities of libioserver as well as by us. */ void -ioserver_fetch_shared_data (void *arg) +iohelp_fetch_shared_data (void *arg) { struct protid *cred = arg; int mod = 0; -- cgit v1.2.3