2.6.37-stable review patch. If anyone has any objections, please let us know.
------------------ From: David Dillow <[email protected]> commit ac61c46f4f7665ab4548e90430c37b2529e16cff upstream. If the compiled object doesn't include linux/scatterlist.h before scsi/scsi.h, it will get an incorrect definition of SCSI_MAX_SG_CHAIN_SEGMENTS. Signed-off-by: David Dillow <[email protected]> Signed-off-by: James Bottomley <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- include/scsi/scsi.h | 1 + 1 file changed, 1 insertion(+) --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h @@ -9,6 +9,7 @@ #define _SCSI_SCSI_H #include <linux/types.h> +#include <linux/scatterlist.h> struct scsi_cmnd; _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
