typo src/sys/coda/coda_vfsops.c revision 1.60??

Maxim Konovalov maxim at macomnet.ru
Mon Jan 9 10:08:00 PST 2006


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


More information about the freebsd-hackers mailing list