From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [GIT PATCH] scsi fixes for 2.6.25-rc2 Date: Sat, 23 Feb 2008 18:31:13 -0500 Message-ID: <47C0ACC1.1050306@garzik.org> References: <1203779614.3139.4.camel@localhost.localdomain> <20080223230126.GA23265@lixom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:58736 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756994AbYBWXbT (ORCPT ); Sat, 23 Feb 2008 18:31:19 -0500 In-Reply-To: <20080223230126.GA23265@lixom.net> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Olof Johansson Cc: James Bottomley , Andrew Morton , Linus Torvalds , linux-scsi , linux-kernel Olof Johansson wrote: > Hi, > > On Sat, Feb 23, 2008 at 09:13:33AM -0600, James Bottomley wrote: > >> Jeff Garzik (1): >> mvsas: Add Marvell 6440 SAS/SATA driver > [...] >> drivers/scsi/mvsas.c | 2981 ++++++++++++++++++++++++++++++++++++ > > I just noticed that the file permissions on that file are 755 in current > git, that was probably not intentional? Definitely not intentional. They were 0644 in the original changeset (the one from me you highlighted), then the second changeset updating mvsas somehow changed the perms. Jeff