From: Jeff Mahoney Date: Tue, 12 Jul 2005 23:19:30 +0000 (-0400) Subject: [PATCH] reiserfs: fix up case where indent misreads the code X-Git-Tag: v2.6.13-rc3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fa94c8868edfef8cb6a201fcc9a5078b7b961da;p=pandora-kernel.git [PATCH] reiserfs: fix up case where indent misreads the code indent(1) doesn't know how to handle the "do not compile" error. It results in the item_ops array declaration being indented a tab stop in when it should not be. This patch replaces it with a #error that describes why it's failing. Signed-off-by: Jeff Mahoney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed