diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-01-17 01:10:23 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-17 01:10:23 +0000 |
| commit | 10cf882b4f1ccaa66ea07a85b31afc4822da10ab (patch) | |
| tree | 082737ce10e868bd873ae5a7c0a8f77eca7ca7be /sys/miscfs | |
| parent | ec97c79e300db9b1bc73f6a71919555fd1aea32f (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/union/union_vnops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c index e8e0b8bcb727..2ca72d74a2cb 100644 --- a/sys/miscfs/union/union_vnops.c +++ b/sys/miscfs/union/union_vnops.c @@ -1802,7 +1802,9 @@ union_unlock(ap) #endif int error; +#if 0 KASSERT((un->un_uppervp == NULL || un->un_uppervp->v_usecount > 0), ("uppervp usecount is 0")); +#endif error = vop_stdunlock(ap); #if 0 |
