Re: [PATCH] fix SG_IO bio leak

2006-12-11 Thread Mike Christie
Mike Christie wrote: > FUJITA Tomonori wrote: >> This patch fixes bio leaks in SG_IO. >> >> http://marc.theaimsgroup.com/?l=linux-kernel&m=116570666807983&w=2 >> > > Tomo, when you ported and converted the patches there was another user > of blk_rq_map_user in the ide code. Did you get that path?

Re: [PATCH] fix SG_IO bio leak

2006-12-11 Thread Mike Christie
FUJITA Tomonori wrote: > This patch fixes bio leaks in SG_IO. > > http://marc.theaimsgroup.com/?l=linux-kernel&m=116570666807983&w=2 > Tomo, when you ported and converted the patches there was another user of blk_rq_map_user in the ide code. Did you get that path? - To unsubscribe from this list

Re: [PATCH] fix SG_IO bio leak

2006-12-11 Thread Jens Axboe
On Mon, Dec 11 2006, FUJITA Tomonori wrote: > This patch fixes bio leaks in SG_IO. > > http://marc.theaimsgroup.com/?l=linux-kernel&m=116570666807983&w=2 > > Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]> Perhaps it was a mistake to remove the bio argument. I'll apply your patch, and contemp