From 5f39b226ced03899dc91e627df8275d6e07d9fe3 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 13 Sep 2003 01:13:56 +0000 Subject: [PATCH] Move an overly verbose message under #ifdef CODA_VERBOSE. --- sys/coda/coda_vfsops.c | 2 ++ sys/fs/coda/coda_vfsops.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index fff32303017..ff644293203 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/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 diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c index fff32303017..ff644293203 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