Mikulas Patocka 952b355760 dm io: use slab for struct io
Allocate "struct io" from a slab.

This patch changes dm-io, so that "struct io" is allocated from a slab cache.
It used to be allocated with kmalloc. Allocating from a slab will be needed
for the next patch, because it requires a special alignment of "struct io"
and kmalloc cannot meet this alignment.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
2009-12-10 23:51:57 +00:00
..
2009-12-10 23:51:57 +00:00
2009-12-10 23:51:52 +00:00
2009-04-09 00:27:17 +01:00
2009-09-14 08:24:52 +02:00
2009-09-04 20:40:25 +01:00
2009-12-10 23:51:52 +00:00
2007-10-20 02:01:26 +01:00
2009-12-10 23:51:57 +00:00
2009-12-10 23:51:57 +00:00
2009-03-31 14:57:37 +11:00