1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

zfs_freebsd_reclaim: remove a stray variable

... which leaked from a subsequent local change.
Unfortunately I noticed that only after commit.

MFC after:	5 weeks
X-MFC with:	r243520
This commit is contained in:
Andriy Gapon 2012-11-25 15:46:29 +00:00
parent 4ff1c77d22
commit 3a0e1b57bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243521

View File

@ -6212,7 +6212,6 @@ zfs_freebsd_reclaim(ap)
vnode_t *vp = ap->a_vp;
znode_t *zp = VTOZ(vp);
zfsvfs_t *zfsvfs = zp->z_zfsvfs;
int refcnt;
ASSERT(zp != NULL);