summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_namecache.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/coda/coda_namecache.c')
-rw-r--r--sys/fs/coda/coda_namecache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/coda/coda_namecache.c b/sys/fs/coda/coda_namecache.c
index f2d4940..8637237 100644
--- a/sys/fs/coda/coda_namecache.c
+++ b/sys/fs/coda/coda_namecache.c
@@ -613,7 +613,7 @@ coda_nc_flush(dcstat)
}
vrele(CTOV(cncp->dcp));
- ASSERT_VOP_LOCKED(CTOV(cnp->cp), "coda_nc_flush");
+ ASSERT_VOP_LOCKED(CTOV(cncp->cp), "coda_nc_flush");
if (CTOV(cncp->cp)->v_vflag & VV_TEXT) {
if (coda_vmflush(cncp->cp))
CODADEBUG(CODA_FLUSH,
OpenPOWER on IntegriCloud