From: Vladimir Saveliev Date: Sat, 21 May 2005 23:33:34 +0000 (-0700) Subject: [PATCH] reiserfs: max_key fix X-Git-Tag: v2.6.12-rc5~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f359b74c80bc76c1f6c2cb8f2837882f2335ba0c;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed