Files
mirror_zfs/include/sys
Chris Dunlop d07b7c7f21 Reduce size of zfs_sb_t: allocate z_hold_mtx separately
zfs_sb_t has grown to the point where using kmem_zalloc() for allocations
is triggering the 32k warning threshold.

We can't safely convert this entire allocation to use vmem_alloc() instead
of kmem_alloc() because the backing_dev_info structure is embedded here.
It depends on the bit_waitqueue() function which won't behave properly
when given a virtual address.

Instead, use vmem_alloc() to allocate the z_hold_mtx array separately.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Closes #3178
2015-03-24 13:17:44 -07:00
..
2014-08-01 14:28:05 -07:00
2013-01-08 10:35:43 -08:00
2015-01-16 14:41:26 -08:00
2014-01-07 10:33:11 -08:00
2014-08-01 14:28:05 -07:00
2014-08-01 14:28:05 -07:00
2014-03-04 12:22:24 -08:00
2013-12-10 10:09:27 -08:00
2014-07-29 10:55:29 -07:00
2015-01-16 14:41:26 -08:00
2014-07-29 10:55:29 -07:00
2013-11-04 11:18:14 -08:00
2015-01-16 14:41:26 -08:00
2013-09-04 16:01:24 -07:00
2013-09-04 16:01:24 -07:00
2013-11-04 11:17:48 -08:00
2014-08-13 10:35:00 -07:00
2014-07-30 09:20:35 -07:00
2013-09-04 16:01:24 -07:00
2013-09-04 16:01:24 -07:00
2015-01-16 14:41:28 -08:00
2015-01-16 14:41:26 -08:00
2015-01-06 16:53:24 -08:00
2011-02-10 09:21:43 -08:00
2013-11-04 10:55:25 -08:00
2013-12-18 16:46:35 -08:00
2014-07-28 14:29:58 -07:00
2011-03-02 11:43:50 -08:00
2013-11-04 10:55:25 -08:00
2014-07-25 16:40:07 -07:00
2014-07-28 14:29:58 -07:00
2013-11-04 10:55:25 -08:00
2015-03-03 10:46:40 -08:00
2013-12-18 16:46:35 -08:00
2011-02-10 09:27:21 -08:00
2014-08-01 14:28:05 -07:00
2013-11-04 10:55:25 -08:00
2013-12-18 16:46:35 -08:00
2014-08-11 16:11:43 -07:00
2014-07-17 15:15:07 -07:00
2013-12-18 16:46:35 -08:00
2014-11-14 14:39:43 -08:00
2013-11-04 10:55:25 -08:00
2013-11-05 12:14:56 -08:00
2015-01-16 14:41:28 -08:00
2015-03-20 10:35:20 -07:00
2013-12-16 09:15:57 -08:00