aboutsummaryrefslogtreecommitdiff
path: root/sys/coda
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-01-09 18:07:06 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-01-09 18:07:06 +0000
commit036cd12a8dbe19cfceb3171585d7217a349ae9fd (patch)
tree93a5572c134ff04eeb4f968560fd2835f981fd43 /sys/coda
parent3db831b3d202732a88eeacaf85f6e7c6a5e0aeb6 (diff)
Notes
Diffstat (limited to 'sys/coda')
-rw-r--r--sys/coda/coda_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c
index 6effea79eff4..28994c75a547 100644
--- a/sys/coda/coda_vfsops.c
+++ b/sys/coda/coda_vfsops.c
@@ -75,7 +75,7 @@ struct coda_op_stats coda_vfsopstats[CODA_VFSOPS_SIZE];
#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++)
+#define MARK_INT_GEN(op) (coda_vfsopstats[op].gen_intrn++)
extern int coda_nc_initialized; /* Set if cache has been initialized */
extern int vc_nb_open(struct cdev *, int, int, struct thread *);