Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2006 21:07:57 +0300 (MSK)
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        Hugo Meiland <hugo@gorlaeus.net>
Cc:        hackers@freebsd.org
Subject:   Re: typo src/sys/coda/coda_vfsops.c revision 1.60??
Message-ID:  <20060109210714.D65844@mp2.macomnet.net>
In-Reply-To: <43C2A40A.8030503@gorlaeus.net>
References:  <43C2A40A.8030503@gorlaeus.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 9 Jan 2006, 18:57+0100, Hugo Meiland wrote:

> Hi,
>
> I was just browsing the coda code in the head cvs,
> src/sys/coda/coda_vfsops.c revision 1.60 and came along the
> following defines :
>
> #define MARK_ENTRY(op) (coda_vfsopstats[op].entries++)
> #define MARK_INT_SAT(op) (coda_vfsopstats[op].sat_intrn++)
> #define MARK_INT_FAIL(op) (coda_vfsopstats[op].unsat_intrn++)
> #define MRAK_INT_GEN(op) (coda_vfsopstats[op].gen_intrn++)
>
> Is that last MARK/MRAK a possible typo??

Fixed.  Thanks!

> btw it is called later on as MARK_INT_GEN....

It is not used in coda_vfsops.c so it was harmless.

-- 
Maxim Konovalov



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