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

Hugo Meiland hugo at gorlaeus.net
Mon Jan 9 09:57:47 PST 2006


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


More information about the freebsd-hackers mailing list