Re: [git patches] libata fixes

From: Jeff Garzik
Date: Tue Jan 27 2009 - 13:37:34 EST


Linus Torvalds wrote:

On Tue, 27 Jan 2009, Jeff Garzik wrote:
Please pull from 'upstream-linus' branch of
master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git upstream-linus

to receive the following updates:

drivers/ata/Kconfig | 6 ++--
drivers/ata/libata-sff.c | 12 ++++++-
drivers/ata/pata_rb532_cf.c | 2 -
drivers/ata/pata_via.c | 22 +++++++++---
drivers/ata/sata_mv.c | 56 ++++++++++++++----------------
drivers/ata/sata_nv.c | 70 +++++++++++++++++++++++--------------
include/linux/pci_ids.h | 4 ++
7 files changed, 104 insertions(+), 68 deletions(-)
delete mode 100644 arch/arm/mach-integrator/clock.h

Hmm. That delete of the empty file is "correct" (and probably came as a result of somebody doing "make distclean" which deletes empty files), but should not have been committed as part of "libata-sff: fix incorrect EH message".

Seems to be a mistake, and a small one, but still.. Be more careful.

Er, oops. Sorry about that. Yeah, I habitually do 'make distclean' as part of my kclean and kbuild standard workflow scripts.

I also habitually _avoid_ "git commit -a", so I am surprised that I actually made this mistake. I am 100% certain that I issued neither "git rm" nor "git update-index" commands on that file.

Granted, I should have been more careful, but I am also surprised this happened at all.

Jeff



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