]> git.proxmox.com Git - mirror_zfs.git/commit
Register correct handlers for nvlist_{dup,pack,unpack}
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 19 Dec 2013 22:30:11 +0000 (14:30 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 20 Dec 2013 21:52:28 +0000 (13:52 -0800)
commitac0340970c8f548a97f3c3c1e9c6fc7b60efd824
tree63b00173f3efedd230371186249d565031793e0c
parent11b9ec23b98eefe1e7bde0033dc8285f94cb0b90
Register correct handlers for nvlist_{dup,pack,unpack}

This change is related to commit 81eaf15 which ensured the correct
allocation handlers were installed for nvlist_alloc().  The nvlist
functions nvlist_dup(), nvlist_pack(), and nvlist_unpack() suffer
from the same issue and have been updated accordingly.

Signed-off-by: Ned Bass <bass6@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1937
module/nvpair/nvpair.c