mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 03:39:02 +00:00
Move an overly verbose message under #ifdef CODA_VERBOSE.
This commit is contained in:
parent
a1de21c12e
commit
5f39b226ce
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120011
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user