HomeFreeBSD

Remove MAX when initializing arc_c_max

Description

Remove MAX when initializing arc_c_max

The MAX when initializing arc_c_max doesn't make any sense because
it hasn't been set anywhere before. Though, arc_c_max should be
implicitly set to zero when initializing arc_stats, so the MAX
doesn't make any difference.

The MAX was mistakenly left if place when the Illumos default
values were changed for Linux.

Signed-off-by: david.chen <tuxoko@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1941

Details

Provenance
david.chen <tuxoko@gmail.com>Authored on Dec 9 2013, 7:55 AM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Dec 10 2013, 6:05 PM
Parents
rG383efa5743ec: Fix multipath bug in vdev_id caused by inconsistent field numbering
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGbe5db977eaff: Remove MAX when initializing arc_c_max (authored by david.chen <tuxoko@gmail.com>).Dec 10 2013, 6:05 PM