From ccc5c9ca6aac08218b1ba52afd07a1a9864c8c5d Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 7 Sep 2012 13:44:02 -0700 Subject: [PATCH] pktcdvd: Switch to bio_kmalloc() This is prep work for killing bi_destructor - previously, pktcdvd had its own pkt_bio_alloc which was basically duplication bio_kmalloc(), necessitating its own bi_destructor implementation. v5: Un-reorder some functions, to make the patch easier to review Signed-off-by: Kent Overstreet Acked-by: Jiri Kosina Signed-off-by: Jens Axboe --- Reading git-format-patch failed