diff options
-rw-r--r-- | libdiskfs/io-rel-conch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-rel-conch.c b/libdiskfs/io-rel-conch.c index 5aa57920..c0257650 100644 --- a/libdiskfs/io-rel-conch.c +++ b/libdiskfs/io-rel-conch.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1996 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -37,7 +37,7 @@ diskfs_S_io_release_conch (struct protid *cred) np = cred->po->np; - ioserver_handle_io_release_conch (&np->conch, cred); + iohelp_handle_io_release_conch (&np->conch, cred); mutex_unlock (&np->lock); return 0; |