Update assertion after revision 1.23.

Reviewed by:	dfr
Approved by:	re (rwatson)
This commit is contained in:
Pawel Jakub Dawidek 2007-07-24 15:00:43 +00:00
parent c37e6fb302
commit aa222db26f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171567
2 changed files with 2 additions and 2 deletions

View File

@ -3492,7 +3492,7 @@ zfs_freebsd_reclaim(ap)
if (vp->v_count > 0)
rele = 0;
vp->v_data = NULL;
ASSERT(vp->v_holdcnt > 1);
ASSERT(vp->v_holdcnt >= 1);
VI_UNLOCK(vp);
if (!zp->z_unlinked && rele)
VFS_RELE(zfsvfs->z_vfs);

View File

@ -3492,7 +3492,7 @@ zfs_freebsd_reclaim(ap)
if (vp->v_count > 0)
rele = 0;
vp->v_data = NULL;
ASSERT(vp->v_holdcnt > 1);
ASSERT(vp->v_holdcnt >= 1);
VI_UNLOCK(vp);
if (!zp->z_unlinked && rele)
VFS_RELE(zfsvfs->z_vfs);