]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r277452 (by will): Fix arc__shrink DTrace probe's to_free argument.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Oct 2015 20:03:52 +0000 (20:03 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Oct 2015 20:03:52 +0000 (20:03 +0000)
commit039836d1b553b01a6f089b98dd612d465fbfaf6f
treed0301fe6bb79aa22117066d92c5592298e5072e9
parent7fa628dfb5ee9da3519f93a9e894e8faeae52a01
MFC r277452 (by will): Fix arc__shrink DTrace probe's to_free argument.

Remove the unnecessary #ifdef _KERNEL, which did not differ in the true or
false cases.  Actually set the value of to_free before using it.

git-svn-id: svn://svn.freebsd.org/base/stable/10@288518 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c