diff options
-rw-r--r-- | libdiskfs/io-get-conch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-get-conch.c b/libdiskfs/io-get-conch.c index b210405e..6be35f0b 100644 --- a/libdiskfs/io-get-conch.c +++ b/libdiskfs/io-get-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_get_conch (struct protid *cred) return EINVAL; } - ioserver_handle_io_get_conch (&np->conch, cred, cred->mapped); + iohelp_handle_io_get_conch (&np->conch, cred, cred->mapped); mutex_unlock (&np->lock); return 0; |