From: Al Viro Date: Sun, 1 May 2005 15:59:17 +0000 (-0700) Subject: [PATCH] reiserfs endianness: clone struct reiserfs_key X-Git-Tag: v2.6.12-rc4~136^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3a16f2ef6f335286e2b2bf8284b0ab4ff38ec0;p=pandora-kernel.git [PATCH] reiserfs endianness: clone struct reiserfs_key struct reiserfs_key cloned; (currently) identical struct in_core_key added. Places that expect host-endian data in reiserfs_key switched to in_core_key. Basically, we get annotation of reiserfs_key users and keep the resulting tree obviously equivalent to original. Signed-off-by: Al Viro Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed