From 220c9ff99135de26ca1eac9105d5af36a9d3e627 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 18 Aug 1997 17:39:25 +0000 Subject: (netfs_attempt_mkfile): Correctly implement the interface. --- hostmux/stubs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hostmux') diff --git a/hostmux/stubs.c b/hostmux/stubs.c index d9402877..f5dd9b67 100644 --- a/hostmux/stubs.c +++ b/hostmux/stubs.c @@ -119,6 +119,8 @@ error_t netfs_attempt_mkfile (struct iouser *user, struct node *dir, mode_t mode, struct node **node) { + *node = 0; + mutex_unlock (&dir->lock); return EOPNOTSUPP; } -- cgit v1.2.3