Conserve stack in zfs_sa_upgrade()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Dec 2010 22:21:46 +0000 (14:21 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:21:42 +0000 (09:21 -0800)
commit1ee1b76786aebc6eed546c6e869cc88f1e318890
treef7d5b77ef11f780327e417b005c72c82ff510841
parente5c39b95a7ccc19ce7a3af8d8d09f0b8959a3991
Conserve stack in zfs_sa_upgrade()

As always under Linux stack space is at a premium.  Relocate two
20 element sa_bulk_attr_t arrays in zfs_sa_upgrade() from the stack
to the heap.
module/zfs/zfs_sa.c