commit | 7fa94c8868edfef8cb6a201fcc9a5078b7b961da | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Tue Jul 12 19:19:30 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jul 12 16:22:35 2005 -0700 |
tree | 9e57a0a575414c4f602004d1f85eb7d261b5dafb | |
parent | d5e404c10a98fc2979643476851e9cbdb1944812 [diff] |
[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>