Skip to content

Commit

Permalink
Remove empty file remnants that were left in the tree by mistake
Browse files Browse the repository at this point in the history
Noted by various people (Sam, Jeff, Roland..)

Commit 58b7983 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
c81c6ca, but instead stayed around
containing just a single newline.

Get rid of them both properly.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Linus Torvalds committed Feb 21, 2008
1 parent 5d9c4a7 commit 1803f33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file removed fs/xfs/Makefile-linux-2.6
Empty file.
1 change: 0 additions & 1 deletion include/asm-x86/desc_64.h

This file was deleted.

0 comments on commit 1803f33

Please sign in to comment.