From b3c889dcc79b37d8feaea94f73e96d74df64583e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 14 Jun 1995 20:36:45 +0000 Subject: (diskfs_make_node): Initialize TRANSBOX member using new function. Drop initialization of TRANSLATOR member. --- libdiskfs/node-make.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdiskfs/node-make.c b/libdiskfs/node-make.c index 15e01ee6..1fd57db5 100644 --- a/libdiskfs/node-make.c +++ b/libdiskfs/node-make.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 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 @@ -40,7 +40,7 @@ diskfs_make_node (struct disknode *dn) np->dirmod_reqs = 0; - fshelp_init_trans_link (&np->translator); + fshelp_init_transbox (&np->transbox, &np->lock, np); ioserver_initialize_conch (&np->conch, &np->lock); fshelp_lock_init (&np->userlock); -- cgit v1.2.3