[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CA+55aFyWD-iUxfKqYZEVZgMtqLOq6AJokAAxWo8m+iLJm-srGQ@mail.gmail.com>
Date: Sat, 21 Feb 2015 13:24:40 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>
Cc: target-devel <target-devel@...r.kernel.org>,
linux-scsi <linux-scsi@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] target updates for v3.20-rc1
On Fri, Feb 20, 2015 at 3:23 PM, Nicholas A. Bellinger
<nab@...ux-iscsi.org> 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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists