typo in src/sys/coda/coda_vfsops.c ??

hugo at chem.leidenuniv.nl hugo at chem.leidenuniv.nl
Mon Jan 9 08:21:51 PST 2006


Hi,

I was just browsing the source tree, and came along a possible typo in
src/sys/coda/coda_vfsops.c rev 1.60:

#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++)

The last MRAK should probably be MARK, as it is called that way a few times
later in the code....

Hugo Meiland



More information about the freebsd-hackers mailing list