summaryrefslogtreecommitdiff
path: root/libdiskfs/file-sync.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 17:45:15 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 17:45:15 +0000
commitb1872e224c0d4fbcc2cb9e3e2a84cbad842a1766 (patch)
treef65e56063d837fbbd9688b391e64563c385373f8 /libdiskfs/file-sync.c
parent6e22e607ec8d0dc2173eded74f3395fdcd9b85a1 (diff)
(diskfs_S_file_sync): ioserver_get_conch -> iohelp_get_conch.
Diffstat (limited to 'libdiskfs/file-sync.c')
-rw-r--r--libdiskfs/file-sync.c2
1 files changed, 1 insertions, 1 deletions
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;