HomeFreeBSD

Remove "arc_meta_used" from arc_adjust calculation

Description

Remove "arc_meta_used" from arc_adjust calculation

Using "arc_meta_used" to determine if the arc's mru list is over it's
target value of "arc_p" doesn't seem correct. The size of the mru list
and the value of "arc_meta_used", although related, are completely
independent. Buffers contained in "arc_meta_used" may not even be
contained in the arc's mru list. As such, this patch removes
"arc_meta_used" from the calculation in arc_adjust.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #2110

Details

Provenance
Prakash Surya <surya1@llnl.gov>Authored on Jan 3 2014, 6:11 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Feb 22 2014, 12:10 AM
Parents
rG94520ca4626c: Prune metadata from ghost lists in arc_adjust_meta
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG77765b540b79: Remove "arc_meta_used" from arc_adjust calculation (authored by Prakash Surya <surya1@llnl.gov>).Feb 22 2014, 12:10 AM