]> granicus.if.org Git - zfs/commit
Stop double reclaiming or not reclaiming at all
authorDebabrata Banerjee <dbanerje@akamai.com>
Wed, 15 Mar 2017 22:46:46 +0000 (18:46 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 2 May 2017 19:49:36 +0000 (15:49 -0400)
commitb855550c336c04b2bde85d9ffbd893b196fdd7b5
tree61adf0034768e82edf199b1c5665c93eb0a0bbc4
parent30fffb90218fd44466288d3a3d359271504c4f76
Stop double reclaiming or not reclaiming at all

Move arcstat_need_free increment from all direct calls to when
arc_reclaim_lock is busy and we exit wihout doing anything. Data will
be reclaimed in reclaim thread. The previous location meant that we
both reclaim the memory in this thread, and also schedule the same
amount of memory for reclaim in arc_reclaim, effectively doubling the
requested reclaim.

AKAMAI: zfs: CR 3695072
Reviewed-by: Tim Chase <tim@chase2k.com>
Reviewed-by: Richard Yao <ryao@gentoo.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Debabrata Banerjee <dbanerje@akamai.com>
Issue #6035
module/zfs/arc.c