commit | dc89e9824464e91fa0b06267864ceabe3186fd8b | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Fri Jan 28 17:05:48 2011 -0500 |
committer | Josef Bacik <josef@redhat.com> | Thu Mar 17 14:21:20 2011 -0400 |
tree | 82952195464518dce48cb613c74d2326f228669b | |
parent | 57a45ced94fe48a701361d64230fc16eefa189dd [diff] |
Btrfs: use a slab for the free space entries Since we alloc/free free space entries a whole lot, lets use a slab to keep track of them. This makes some of my tests slightly faster. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>