Re: [GIT PULL] final scsi updates for the 2.6.36 merge window [possibly]

From: Linus Torvalds
Date: Sat Aug 14 2010 - 15:41:18 EST


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-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/