From 5935f83db5213e2298b1af93543463b24dc97c4c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 18 Aug 1994 16:40:57 +0000 Subject: Formerly alloc.c.~14~ --- ufs/alloc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ufs/alloc.c b/ufs/alloc.c index 8afa6aa7..19389afe 100644 --- a/ufs/alloc.c +++ b/ufs/alloc.c @@ -564,6 +564,8 @@ diskfs_alloc_node (struct node *dir, nextgennumber = sex; np->dn_stat.st_gen = nextgennumber; spin_unlock (&gennumberlock); + + *npp = np; return (0); noinodes: printf ("out of inodes"); -- cgit v1.2.3