From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve French Subject: Re: [GIT PULL] CIFS Fixes Date: Wed, 10 Dec 2014 18:00:36 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" To: Linus Torvalds Return-path: In-Reply-To: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On Wed, Dec 10, 2014 at 5:40 PM, Linus Torvalds wrote: > On Tue, Dec 9, 2014 at 7:18 AM, Steve French wrote: >> Mostly cifs cleanup but also a few cifs fixes. > > Hmm. The diffstat is truncated: > >> MAINTAINERS | 3 +- >> fs/cifs/cifs_debug.c | 77 ++++++++++++++++++++++------------------------------ >> fs/cifs/cifs_debug.h | 7 ++--- >> fs/cifs/cifsfs.h | 2 +- >> fs/cifs/connect.c | 51 ++++++++++++---------------------- >> fs/cifs/misc.c | 32 ++-------------------- >> fs/cifs/readdir.c | 4 --- >> fs/cifs/sess.c | 5 ++++ >> fs/cifs/smb2ops.c | 63 +++++++++++++++++++++++++++++++++++++++++- >> fs/cifs/smb2pdu.c | 3 +- > > that is missing the last three lines that somehow got truncated > (smb2pdu.h, transport.c and the files/lines changed summary line). > > My shortlog matches, so I'm taking it, but please be more careful. > > Linus Looks like I made a cut-and-paste error. Last two lines were fs/cifs/transport.c | 4 +-- 12 files changed, 147 insertions(+), 123 deletions(-) -- Thanks, Steve