Re: [PATCH v7 4/9] pktcdvd: Switch to bio_kmalloc()
From: Tejun Heo <hidden>
Date: 2012-08-28 20:32:52
Also in:
dm-devel, lkml
From: Tejun Heo <hidden>
Date: 2012-08-28 20:32:52
Also in:
dm-devel, lkml
On Tue, Aug 28, 2012 at 10:37:31AM -0700, Kent Overstreet wrote:
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.
How was this tested? -- tejun