diff options
-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; |