commit | 42065460aed7201ec8adf0179a258a23bd1ebd78 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Fri Nov 15 16:12:51 2013 -0500 |
committer | Mike Snitzer <snitzer@redhat.com> | Tue Jan 07 10:11:45 2014 -0500 |
tree | 037490ed423cfce470971ca5dc38cc36008b91b0 | |
parent | 57a2f238564e0700c8648238d31f366246a5b963 [diff] |
dm delay: use per-bio data instead of a mempool and slab cache Starting with commit c0820cf5ad095 ("dm: introduce per_bio_data"), device mapper has the capability to pre-allocate a target-specific structure with the bio. This patch changes dm-delay to use this facility instead of a slab cache and mempool. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>