Re: [PATCH] git scsi misc include fix

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: James Bottomley <James.Bottomley@...>
Cc: <pj@...>, <willy@...>, <linux-kernel@...>, <andrew.vasquez@...>, <linux-scsi@...>
Date: Monday, October 15, 2007 - 7:55 pm

On Mon, 15 Oct 2007 19:35:30 -0400
James Bottomley <James.Bottomley@SteelEye.com> wrote:


git-scsi-misc adds this:

struct scsi_eh_save {
	int result;
	enum dma_data_direction data_direction;
	unsigned char cmd_len;
	unsigned char cmnd[MAX_COMMAND_SIZE];

	void *buffer;
	unsigned bufflen;
	unsigned short use_sg;
	int resid;

	struct scatterlist sense_sgl;
};

which will not compile unless the includer has earlier included
scatterlist.h.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] git scsi misc include fix, Paul Jackson, (Sun Oct 14, 1:35 am)
Re: [PATCH] git scsi misc include fix, James Bottomley, (Mon Oct 15, 7:35 pm)
Re: [PATCH] git scsi misc include fix, Paul Jackson, (Mon Oct 15, 8:08 pm)
Re: [PATCH] git scsi misc include fix, James Bottomley, (Mon Oct 15, 9:07 pm)
Re: [PATCH] git scsi misc include fix, Paul Jackson, (Mon Oct 15, 9:24 pm)
Re: [PATCH] git scsi misc include fix, Andrew Morton, (Mon Oct 15, 7:55 pm)