summaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-09-13 01:13:56 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-09-13 01:13:56 +0000
commit5f39b226ced03899dc91e627df8275d6e07d9fe3 (patch)
treee22f3a8c3967238ad97d4f1ea830af298f05bc81 /sys/fs
parenta1de21c12e1cbebace89c9150bf41857ad1f48b0 (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/coda/coda_vfsops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c
index fff32303017d..ff6442932037 100644
--- a/sys/fs/coda/coda_vfsops.c
+++ b/sys/fs/coda/coda_vfsops.c
@@ -253,7 +253,9 @@ coda_unmount(vfsp, mntflags, td)
ASSERT_VOP_LOCKED(mi->mi_rootvp, "coda_unmount");
mi->mi_rootvp->v_vflag &= ~VV_ROOT;
error = vflush(mi->mi_vfsp, 0, FORCECLOSE);
+#ifdef CODA_VERBOSE
printf("coda_unmount: active = %d, vflush active %d\n", active, error);
+#endif
error = 0;
/* I'm going to take this out to allow lookups to go through. I'm
* not sure it's important anyway. -- DCS 2/2/94