From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758660AbYG0RPk (ORCPT ); Sun, 27 Jul 2008 13:15:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752993AbYG0RPb (ORCPT ); Sun, 27 Jul 2008 13:15:31 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:44830 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752979AbYG0RPa (ORCPT ); Sun, 27 Jul 2008 13:15:30 -0400 Date: Sun, 27 Jul 2008 10:12:27 -0700 (PDT) From: Linus Torvalds To: James Bottomley cc: Andrew Morton , linux-scsi , linux-kernel Subject: Re: [GIT PATCH] final SCSI pieces for 2.6.27 In-Reply-To: <1217170150.3503.10.camel@localhost.localdomain> Message-ID: References: <1217170150.3503.10.camel@localhost.localdomain> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 27 Jul 2008, James Bottomley wrote: > > and the diffstat: > > drivers/md/dm-mpath.c | 13 > drivers/scsi/3w-9xxx.c | 40 + ... Hmm. This diffstat does not match what I get at all. You seem to have added a lot of changes to drivers/message/fusion/* at a minimum, and the diffstat must have been an earlier version. It seems to be that last "SCSI] replace __FUNCTION__ with __func__" thing that is where all the changes are, even though you did list it: Harvey Harrison (1): replace __FUNCTION__ with __func__ you seem to later then have changed it. Linus