[PATCH] reiserfs endianness: clone struct reiserfs_key
authorAl Viro <viro@www.linux.org.uk>
Sun, 1 May 2005 15:59:17 +0000 (08:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:59:17 +0000 (08:59 -0700)
commit6a3a16f2ef6f335286e2b2bf8284b0ab4ff38ec0
treeae559ba5915bf0ca29d6d5dfbd9f44e666f388ea
parentd46aa455dd5457fdbebad17db4ff4df655cbfbae
[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 <viro@parcelfarce.linux.theplanet.co.uk>
Cc: <reiserfs-dev@namesys.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/bitmap.c
fs/reiserfs/stree.c
fs/reiserfs/super.c
include/linux/reiserfs_fs.h