SCSI make all{yes,mod}config build breakage

From: Jeff Garzik
Date: Sat Sep 30 2006 - 21:26:02 EST


The block tree merge broke the SCSI build:

CC [M] drivers/scsi/libsas/sas_scsi_host.o
In file included from include/scsi/libsas.h:35,
from drivers/scsi/libsas/sas_internal.h:32,
from drivers/scsi/libsas/sas_scsi_host.c:26:
include/scsi/scsi_device.h: In function ‘scsi_device_reprobe’:
include/scsi/scsi_device.h:303: warning: ignoring return value of ‘device_reprobe’, declared with attribute warn_unused_result
drivers/scsi/libsas/sas_scsi_host.c: In function ‘sas_scsi_get_task_attr’:
drivers/scsi/libsas/sas_scsi_host.c:129: error: ‘struct request’ has no member named ‘flags’

The attached patch (sent in separate email with proper sign-off) fixes things.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/