Re: [PATCH] scatterlist fallout: drivers/scsi/arm/

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jens Axboe <jens.axboe@...>
Cc: Russell King <rmk+lkml@...>, Linus Torvalds <torvalds@...>, <linux-kernel@...>
Date: Monday, October 29, 2007 - 5:21 am

On Mon, Oct 29, 2007 at 10:12:06AM +0100, Jens Axboe wrote:

Speaking of sg fixups...  What should be done about zfcp_address_to_sg()?
You've added the third argument to all calls, but not to definition...

static inline void
zfcp_address_to_sg(void *address, struct scatterlist *list, size_t size)
{
	sg_set_buf(list, address, size);
}
seems to be a plausible guess at what you meant to do, but that's a guess
without anything to back it - I really have not looked into the area at all.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] scatterlist fallout: drivers/scsi/arm/, Al Viro, (Sat Oct 27, 2:44 pm)
Re: [PATCH] scatterlist fallout: drivers/scsi/arm/, Russell King, (Sat Oct 27, 4:17 pm)
Re: [PATCH] scatterlist fallout: drivers/scsi/arm/, Jens Axboe, (Mon Oct 29, 4:59 am)
Re: [PATCH] scatterlist fallout: drivers/scsi/arm/, Russell King, (Mon Oct 29, 5:07 am)
Re: [PATCH] scatterlist fallout: drivers/scsi/arm/, Jens Axboe, (Mon Oct 29, 5:12 am)
Re: [PATCH] scatterlist fallout: drivers/scsi/arm/, Al Viro, (Mon Oct 29, 5:21 am)
Re: [PATCH] scatterlist fallout: drivers/scsi/arm/, Jens Axboe, (Mon Oct 29, 5:36 am)
Re: [PATCH] scatterlist fallout: drivers/scsi/arm/, Linus Torvalds, (Sun Oct 28, 1:20 am)
Re: [PATCH] scatterlist fallout: drivers/scsi/arm/, Russell King, (Sat Oct 27, 3:21 pm)