Skip site navigation (1)Skip section navigation (2)
Date:      21 Apr 2003 14:00:06 +0200
From:      Alexander Pohoyda <alexander.pohoyda@gmx.net>
To:        David Schultz <das@FreeBSD.org>
Cc:        David O'Brien <obrien@FreeBSD.org>
Subject:   Re: HEADS UP: UFS2 now the default creation type on 5.0-CURRENT
Message-ID:  <87r87wawmx.fsf@oak.pohoyda.family>
In-Reply-To: <20030421102341.GA3482@HAL9000.homeunix.com>
References:  <20030420192319.GB4963@HAL9000.homeunix.com> <Pine.NEB.3.96L.1030420174551.16891t-100000@fledge.watson.org> <20030421102341.GA3482@HAL9000.homeunix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David Schultz <das@FreeBSD.org> writes:

> Index: ufsread.c
> ===================================================================
> RCS file: /cvs/src/sys/boot/common/ufsread.c,v
> retrieving revision 1.11
> diff -u -r1.11 ufsread.c
> --- ufsread.c	25 Feb 2003 00:10:20 -0000	1.11
> +++ ufsread.c	21 Apr 2003 10:10:01 -0000
> @@ -32,8 +32,20 @@

[...]

> +ufs2_daddr_t
> +__cgbase(struct fs *fs, int32_t c)
> +{
> +	return cgbase(fs, c);
> +}
>  #undef cgbase
> -#define cgbase(fs, c)   ((ufs2_daddr_t)((fs)->fs_fpg * (c)))
> +#define	cgbase	__cgbase

Looks like recursion here.


-- 
Alexander Pohoyda
<alexander.pohoyda@gmx.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87r87wawmx.fsf>