]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Remove empty file remnants that were left in the tree by mistake
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 21 Feb 2008 03:55:09 +0000 (19:55 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 21 Feb 2008 03:56:01 +0000 (19:56 -0800)
commit1803f3389b7ac9ed33ea561b3b94e22e2864a95d
tree04821aaf55bc1d1f5504c7621c7672aad2fe1873
parent5d9c4a7de64d398604a978d267a6987f1f4025b7
Remove empty file remnants that were left in the tree by mistake

Noted by various people (Sam, Jeff, Roland..)

Commit 58b7983d15a422d9616bdc4e245d5c31dfaefbe2 intended to remove the
xfs "Makefile-linux-2.6" file, but it was mistakenly still left in the
tree as a empty file, and would cause git to correctly complain about a
tracked file being removed after a "make distclean" (which removes empty
files as garbage).

And the asm-x86/desc_64.h file was supposed to be removed by commit
c81c6ca45a69478c7877b729af1942d2b80ef582, but instead stayed around
containing just a single newline.

Get rid of them both properly.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/xfs/Makefile-linux-2.6 [deleted file]
include/asm-x86/desc_64.h [deleted file]