]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] reiserfs: max_key fix
authorVladimir Saveliev <vs@namesys.com>
Sat, 21 May 2005 23:33:34 +0000 (16:33 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 21 May 2005 23:45:24 +0000 (16:45 -0700)
commitf359b74c80bc76c1f6c2cb8f2837882f2335ba0c
treeb1f1814337146dc0eb45620825ffe583c6303f59
parent1808caffaf448f0ad42ba04b25825fc170cf8e44
[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>
fs/reiserfs/stree.c
fs/reiserfs/super.c