Re: [PATCH] git scsi misc include fix

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Monday, October 15, 2007 - 4: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, (Sat Oct 13, 10:35 pm)
Re: [PATCH] git scsi misc include fix, James Bottomley, (Mon Oct 15, 4:35 pm)
Re: [PATCH] git scsi misc include fix, Andrew Morton, (Mon Oct 15, 4:55 pm)
Re: [PATCH] git scsi misc include fix, Paul Jackson, (Mon Oct 15, 5:08 pm)
Re: [PATCH] git scsi misc include fix, James Bottomley, (Mon Oct 15, 6:07 pm)
Re: [PATCH] git scsi misc include fix, Paul Jackson, (Mon Oct 15, 6:24 pm)