From 396b2750c83a6dd0082256b27c2f73632e04e57a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 18:02:50 +0000 Subject: (diskfs_S_io_seek): s/ioserver/iohelp/g --- libdiskfs/io-seek.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/io-seek.c') diff --git a/libdiskfs/io-seek.c b/libdiskfs/io-seek.c index a6b7c317..33aa77d4 100644 --- a/libdiskfs/io-seek.c +++ b/libdiskfs/io-seek.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 @@ -32,7 +32,7 @@ diskfs_S_io_seek (struct protid *cred, CHANGE_NODE_FIELD (cred, ({ - ioserver_get_conch (&np->conch); + iohelp_get_conch (&np->conch); switch (whence) { case SEEK_SET: -- cgit v1.2.3