[PATCH] reiserfs: fix up case where indent misreads the code
authorJeff Mahoney <jeffm@suse.com>
Tue, 12 Jul 2005 23:19:30 +0000 (19:19 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 12 Jul 2005 23:22:35 +0000 (16:22 -0700)
commit7fa94c8868edfef8cb6a201fcc9a5078b7b961da
tree9e57a0a575414c4f602004d1f85eb7d261b5dafb
parentd5e404c10a98fc2979643476851e9cbdb1944812
[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 <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/item_ops.c