On Sat, Aug 14, 2010 at 12:28 PM, James Bottomley <James.Bottomley@xxxxxxx> wrote: > > drivers/firmware/iscsi_boot_sysfs.c | 481 ------------------------------------ > drivers/scsi/iscsi_boot_sysfs.c | 481 ++++++++++++++++++++++++++++++++++++ > ... > 45 files changed, 1999 insertions(+), 851 deletions(-) You really need to learn to use the -M (and --summary) flag. That's a pure rename, and it should look like drivers/{firmware => scsi}/iscsi_boot_sysfs.c | 0 ... 44 files changed, 1518 insertions(+), 370 deletions(-) rename drivers/{firmware => scsi}/iscsi_boot_sysfs.c (100%) which is a whole lot less changes. Linus -- 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