commit | f359b74c80bc76c1f6c2cb8f2837882f2335ba0c | [log] [tgz] |
---|---|---|
author | Vladimir Saveliev <vs@namesys.com> | Sat May 21 16:33:34 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat May 21 16:45:24 2005 -0700 |
tree | b1f1814337146dc0eb45620825ffe583c6303f59 | |
parent | 1808caffaf448f0ad42ba04b25825fc170cf8e44 [diff] |
[PATCH] reiserfs: max_key fix This patch fixes a bug introduced by Al Viro's patch: [patch 136/174] reiserfs endianness: clone struct reiserfs_key The problem is MAX_KEY and MAX_IN_CORE_KEY defined in this patch do not look equal from reiserfs comp_key's point of view. This caused reiserfs' sanity check to complain. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>