diff options
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/get_conch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiohelp/get_conch.c b/libiohelp/get_conch.c index 090cc5cb..b8a06e10 100644 --- a/libiohelp/get_conch.c +++ b/libiohelp/get_conch.c @@ -45,7 +45,7 @@ ioserver_get_conch (struct conch *c) case USER_COULD_HAVE_CONCH: user_sh->conch_status = USER_HAS_NOT_CONCH; spin_unlock (&user_sh->lock); - error = fetch_shared_data (c->holder); + error = ioserver_fetch_shared_data (c->holder); break; case USER_HAS_NOT_CONCH: |