]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Switch KM_SLEEP to KM_PUSHPAGE
authorNed Bass <bass6@llnl.gov>
Wed, 6 Feb 2013 18:15:13 +0000 (10:15 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 6 Feb 2013 19:19:58 +0000 (11:19 -0800)
commited2e157605ba0bbce954174e49c6a76682d564b9
tree06f5e54a764a7be7de1e20aa1abd4a634348a4a7
parent02a946ce10671478e3394180b84f3af4de48c59d
Switch KM_SLEEP to KM_PUSHPAGE

Two more locations where KM_SLEEP was used in a call which must
use KM_PUSHPAGE were found while using the zpool upgrade command.
See commit b8d06fc for additional details.

Also make a small correction to the comment block above
dsl_dir_open_spa().

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1268
module/zfs/dmu_objset.c
module/zfs/dsl_dir.c