commit | ccc5c9ca6aac08218b1ba52afd07a1a9864c8c5d | [log] [tgz] |
---|---|---|
author | Kent Overstreet <koverstreet@google.com> | Fri Sep 07 13:44:02 2012 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Sep 09 10:35:39 2012 +0200 |
tree | 44f89900ffc44f63471412f52d10435789fefaaf | |
parent | f44b48c7691be7643877d1f881b5eeace654d05d [diff] |
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 <koverstreet@google.com> Acked-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Jens Axboe <axboe@kernel.dk>