summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/io-rel-conch.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libdiskfs/io-rel-conch.c b/libdiskfs/io-rel-conch.c
index c6d3e305..39bab55e 100644
--- a/libdiskfs/io-rel-conch.c
+++ b/libdiskfs/io-rel-conch.c
@@ -23,7 +23,6 @@ error_t
S_io_release_conch (struct protid *cred)
{
struct node *np;
- int error = 0;
if (!cred)
return EOPNOTSUPP;
@@ -38,8 +37,8 @@ S_io_release_conch (struct protid *cred)
np = cred->po->np;
- ioserver_handle_io_release_conch (&ip->i_conch, cred);
+ ioserver_handle_io_release_conch (&np->conch, cred);
- mutex_unlock (&ip->i_toplock);
+ mutex_unlock (&np->lock);
return 0;
}