1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Move an overly verbose message under #ifdef CODA_VERBOSE.

This commit is contained in:
Tim J. Robbins 2003-09-13 01:13:56 +00:00
parent a1de21c12e
commit 5f39b226ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120011
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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