]> git.proxmox.com Git - mirror_zfs.git/commit
Remove redundant assignments to arc_c
authorTim Chase <tim@onlight.com>
Fri, 9 Sep 2016 16:03:03 +0000 (11:03 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 12 Sep 2016 19:40:30 +0000 (12:40 -0700)
commit43924bfeaa3e027b26af826ce2b7d6ed3288550c
tree80effca50ba4633d9fcb3fc6b978f230fa2078e2
parent67d60824946ade6b1b71a98dbfbfca5949aee425
Remove redundant assignments to arc_c

Several assignments to arc_c had no effect because it is ultimately
initialized to arc_c_max.

This aligns ZoL better with the upstream code which removed these
assignments some time ago.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tim Chase <tim@onlight.com>
Closes #5081
module/zfs/arc.c