zfs_arc: pass reference in llist instead of value
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 23 Jul 2014 21:12:11 +0000 (23:12 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 23 Jul 2014 21:12:11 +0000 (23:12 +0200)
commit534ebbeacf7905d7df58fd9d2e51563d1840986b
treef6905a5eb76197e98d47f053e5f8ca79d4959434
parent3e0942fc2d97a3028b9244fde6605c9ba68224fe
zfs_arc: pass reference in llist instead of value

This allows the actual values from getting stored, not the pointer
addresses.
src/zfs_arc.c