[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] Re: Re: [PATCH] device-mapper core should use private bioset
- From: Alasdair G Kergon <agk redhat com>
- To: Stefan Bader <Stefan Bader de ibm com>
- Cc: dm-devel redhat com
- Subject: [dm-devel] Re: Re: [PATCH] device-mapper core should use private bioset
- Date: Tue, 15 Aug 2006 16:17:25 +0100
On Tue, Aug 15, 2006 at 05:03:34PM +0200, Stefan Bader wrote:
> --- linux-2.6.17/drivers/md/dm.c 2006-06-19 14:01:40.000000000 +0200
> +++ linux-2.6.17-new/drivers/md/dm.c 2006-08-15 16:21:30.000000000 +0200
> @@ -44,6 +44,7 @@ struct dm_io {
> struct target_io {
> struct dm_io *io;
> struct dm_target *ti;
> + struct bio_set *bs;
> union map_info info;
> };
Can this be avoided, perhaps with some cunning?
As indicated in the comment, we want this structure to shrink rather than grow.
Alasdair
--
agk redhat com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]