From 2c1d9f377cd870403d321a7639a59f2be16e119f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 23 Sep 1994 22:04:08 +0000 Subject: Formerly hyper.c.~13~ --- ufs/hyper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ufs/hyper.c') diff --git a/ufs/hyper.c b/ufs/hyper.c index e63e9eff..a5d05bc8 100644 --- a/ufs/hyper.c +++ b/ufs/hyper.c @@ -25,8 +25,6 @@ static int oldformat = 0; void get_hypermetadata (void) { - error_t err; - sblock = malloc (SBSIZE); assert (!diskfs_catch_exception ()); @@ -118,6 +116,8 @@ diskfs_set_hypermetadata (int wait, int clean) void copy_sblock () { + int clean = 1; /* XXX wrong... */ + assert (!diskfs_catch_exception ()); spin_lock (&alloclock); -- cgit v1.2.3