On 07/08/2011 12:57 PM, Christoph Hellwig wrote: >> +EXPORT_SYMBOL(transport_kmap_first_data_page); > >> +EXPORT_SYMBOL(transport_kunmap_first_data_page); > > Any reason these are exported? target_core_pscsi.c is a module, and uses it. > >> --- a/include/target/target_core_base.h >> +++ b/include/target/target_core_base.h >> @@ -109,7 +109,6 @@ enum se_cmd_flags_table { >> SCF_EMULATED_TASK_SENSE = 0x00000004, >> SCF_SCSI_DATA_SG_IO_CDB = 0x00000008, >> SCF_SCSI_CONTROL_SG_IO_CDB = 0x00000010, >> - SCF_SCSI_CONTROL_NONSG_IO_CDB = 0x00000020, >> SCF_SCSI_NON_DATA_CDB = 0x00000040, >> SCF_SCSI_CDB_EXCEPTION = 0x00000080, >> SCF_SCSI_RESERVATION_CONFLICT = 0x00000100, > > You should be able to kill SCF_PASSTHROUGH_CONTIG_TO_SG as well. OK will do. Regards -- Andy -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html