commit | 9247f3170b2c3d648707c93bbebcd763fac17c06 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Mon Nov 26 09:24:43 2012 +0000 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Dec 16 20:46:11 2012 -0500 |
tree | 6e521e62171197502743b712271438be607ad293 | |
parent | 905b0dda06a064db08b8a814e968786ff3c4cc19 [diff] |
Btrfs: use slabs for auto defrag allocation The auto defrag allocation is in the fast path of the IO, so use slabs to improve the speed of the allocation. And besides that, it can do check for leaked objects when the module is removed. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>