commit | 78a6184a3ff9041280ee56273c01e5679a831b39 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Wed Nov 21 02:21:28 2012 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Wed Feb 20 09:36:34 2013 -0500 |
tree | 0310eb020cf6ed7a8ff71feb8c468bb6e42488fa | |
parent | 6f60cbd3ae442cb35861bb522f388db123d42ec1 [diff] |
Btrfs: use slabs for delayed reference allocation The delayed reference 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>