]> git.baikalelectronics.ru Git - kernel.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)
commitab9a85bded8d26b303412a69ffc49c76a939340f
tree04821aaf55bc1d1f5504c7621c7672aad2fe1873
parent4ecb1c3a9a8e27d69f4d419ef94bb4d0a15ac579
Remove empty file remnants that were left in the tree by mistake

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

Commit d74001e60e84ccc6c97179317d8b4342d652da0d 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
f1d54aa17165b04ded897696e362c4384381ea8d, 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]