diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 17:45:15 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 17:45:15 +0000 |
commit | b1872e224c0d4fbcc2cb9e3e2a84cbad842a1766 (patch) | |
tree | f65e56063d837fbbd9688b391e64563c385373f8 | |
parent | 6e22e607ec8d0dc2173eded74f3395fdcd9b85a1 (diff) |
(diskfs_S_file_sync): ioserver_get_conch -> iohelp_get_conch.
-rw-r--r-- | libdiskfs/file-sync.c | 2 |
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; |