mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Update assertion after revision 1.23.
Reviewed by: dfr Approved by: re (rwatson)
This commit is contained in:
parent
c37e6fb302
commit
aa222db26f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171567
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user