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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to