| | Date | Mon, 28 May 2012 10:21:07 +0900 | | From | Tejun Heo <> | | Subject | Re: [PATCH v3 02/16] dm: Use bioset's front_pad for dm_rq_clone_bio_info |
| |
On Fri, May 25, 2012 at 01:25:25PM -0700, Kent Overstreet wrote: > Previously, dm_rq_clone_bio_info needed to be freed by the bio's > destructor to avoid a memory leak in the blk_rq_prep_clone() error path. > This gets rid of a memory allocation and means we can kill > dm_rq_bio_destructor.
To what goal are we doing this? How is it tested?
-- tejun
|