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??

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

Cheers,
Hugo Meiland
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to