On Fri, Feb 20, 2015 at 3:23 PM, Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx> wrote: > > 34 files changed, 1776 insertions(+), 1636 deletions(-) > delete mode 100644 drivers/target/iscsi/iscsi_target_core.h > delete mode 100644 drivers/target/iscsi/iscsi_target_stat.h > create mode 100644 include/target/iscsi/iscsi_target_core.h > create mode 100644 include/target/iscsi/iscsi_target_stat.h Please fix your diff generation scripts. You should use "git diff -M --stat --summary", and get something like this instead: 32 files changed, 829 insertions(+), 689 deletions(-) rename {drivers => include}/target/iscsi/iscsi_target_core.h (98%) rename {drivers => include}/target/iscsi/iscsi_target_stat.h (100%) rather than show that file movement as some delete/create pair. 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