]> granicus.if.org Git - zfs/commit
Some nvlist allocations in hold processing need to use KM_PUSHPAGE.
authorTim Chase <tim@chase2k.com>
Sun, 10 Nov 2013 15:00:54 +0000 (09:00 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 14 Nov 2013 19:11:37 +0000 (11:11 -0800)
commit65c67ea86e9f112177f1ad32de8e780f10798a64
tree2befbb33e51efb6c5ec396ac34a32cdf27062584
parent2008e9209f2ec37321ec06de4988c5c7f9a015b8
Some nvlist allocations in hold processing need to use KM_PUSHPAGE.

Commit 95fd54a1c5b93bb2aa3e7dffc28c784b1e21a8bb restructured the
hold/release processing and moved some of the work into the sync task.
A number of nvlist allocations now need to use KM_PUSHPAGE.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1852
Closes #1855
module/zfs/dsl_userhold.c