From: Kent Overstreet Date: Fri, 7 Sep 2012 20:44:02 +0000 (-0700) Subject: pktcdvd: Switch to bio_kmalloc() X-Git-Tag: v3.7-rc1~54^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccc5c9ca6aac08218b1ba52afd07a1a9864c8c5d;p=pandora-kernel.git 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-diff-tree failed