mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
[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>
This commit is contained in:
parent
d5e404c10a
commit
7fa94c8868
@ -772,7 +772,7 @@ static struct item_operations errcatch_ops = {
|
||||
//
|
||||
//
|
||||
#if ! (TYPE_STAT_DATA == 0 && TYPE_INDIRECT == 1 && TYPE_DIRECT == 2 && TYPE_DIRENTRY == 3)
|
||||
do not compile
|
||||
#error Item types must use disk-format assigned values.
|
||||
#endif
|
||||
|
||||
struct item_operations * item_ops [TYPE_ANY + 1] = {
|
||||
|
Loading…
Reference in New Issue
Block a user