Code

zfs_arc: pass reference in llist instead of value
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 28 Jul 2014 13:04:24 +0000 (15:04 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 28 Jul 2014 13:04:24 +0000 (15:04 +0200)
commit3aeea86c1adde5caa7bf18f5054b5acbf359546e
tree2e3e54004c11f6088b22f16bc03596f3a202eb0e
parent545c137af7e355f37d41beae594ae4e812a33264
zfs_arc: pass reference in llist instead of value

This avoids using a void pointer, which size depends on the
architecture.

Thanks to @dothebart for pointing this out!
src/zfs_arc.c