Re: [PATCH] Fix panic in 2.6 with bounced bio and dm

2005-02-28 Thread Dave Olien
Just trivial, I think you're missing the final "0" argument in the __bio_for_each_segment(). On Mon, Feb 28, 2005 at 04:51:28PM +0100, Jens Axboe wrote: > This should fix it. > > Signed-off-by: Jens Axboe <[EMAIL PROTECTED]> > > > = mm/highmem.c 1.55 vs edited = > --- 1.55/mm/highmem.c

[PATCH] add local bio pool support and modify dm

2005-02-01 Thread Dave Olien
Hi Andrew, I've had this patch reviewed by Jens, and incorporated his recommended fixes. This patch applies to the latest bk tree. The patch adds new interfaces to bio.c that support the creation of local bio and bvec pools. This is important for layered drivers that need to allocate new bio an

Re: [dm-devel] Re: [RFC] [PATCH] bio-set patch on latest bk source tree

2005-02-01 Thread Dave Olien
;ll apply your fixes, and submit to Andrew today. Dave On Tue, Feb 01, 2005 at 08:55:52AM +0100, Jens Axboe wrote: > On Mon, Jan 31 2005, Dave Olien wrote: > > > > Hi, Jens, > > > > I sent you a patch for review about a week ago. Here is that same > > patch, applie

[RFC] [PATCH] bio-set patch on latest bk source tree

2005-01-31 Thread Dave Olien
Hi, Jens, I sent you a patch for review about a week ago. Here is that same patch, applied to the latest bk kernel. Thanks in advance for the review Dave Olien = drivers/md/dm.c 1.61 vs edited = --- 1.61/drivers/md/dm.c2005-01-25 13:50:21 -08:00 +++ edited/drivers/md/dm.c

Re: [RFC] [PATCH] move bio code from dm into bio

2005-01-21 Thread Dave Olien
Thanks! I'll continue to do more testing as well. On Fri, Jan 21, 2005 at 10:02:02AM +0100, Jens Axboe wrote: > On Thu, Jan 20 2005, Dave Olien wrote: > > > > Jens, last December you observed there was bio code > > duplicated in the dm drivers. > > Yep > &

[RFC] [PATCH] move bio code from dm into bio

2005-01-20 Thread Dave Olien
Jens, last December you observed there was bio code duplicated in the dm drivers. Here are a collection of patches that implements support for local bio and bvec pools into bio.c and then removes the duplicate bio code from the dm drivers. It also replaces a call to alloc_bio() in dm.c with a ca