]> git.proxmox.com Git - mirror_zfs.git/commit
Use KM_PUSHPAGE in spa_add() for spa_label_features.
authorTim Chase <tim@chase2k.com>
Sat, 8 Mar 2014 23:01:16 +0000 (17:01 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 10 Mar 2014 16:09:30 +0000 (09:09 -0700)
commita45fc6a677bee01c0461b848e6e47ac3cb7797df
tree40d289c7f1a8c8fcf32be9d9b3f16b0bbfe93e01
parente74400155f40f21361e9e3015396c3b0152a33fd
Use KM_PUSHPAGE in spa_add() for spa_label_features.

The spa_label_features nvlist is used in the sync context during pool
version upgrade.

Signed-off-by: Tim Chase <tim@chase2k.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2168
module/zfs/spa_misc.c