From b1872e224c0d4fbcc2cb9e3e2a84cbad842a1766 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 17:45:15 +0000 Subject: (diskfs_S_file_sync): ioserver_get_conch -> iohelp_get_conch. --- libdiskfs/file-sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdiskfs/file-sync.c b/libdiskfs/file-sync.c index a36e327b..94ffa9ac 100644 --- a/libdiskfs/file-sync.c +++ b/libdiskfs/file-sync.c @@ -35,7 +35,7 @@ diskfs_S_file_sync (struct protid *cred, np = cred->po->np; mutex_lock (&np->lock); - ioserver_get_conch (&np->conch); + iohelp_get_conch (&np->conch); mutex_unlock (&np->lock); diskfs_file_update (np, wait); return 0; -- cgit v1.2.3