commit | b8cc936f6295bba23513a49d858ea82f64982faf | [log] [tgz] |
---|---|---|
author | Al Viro <viro@www.linux.org.uk> | Sun May 01 08:59:18 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun May 01 08:59:18 2005 -0700 |
tree | 3541a86798a59c4f352d7369bc15cff7eab68992 | |
parent | 3e8962be915bacc1d70e4849a075041838d60a3f [diff] |
[PATCH] reiserfs endianness: fix endianness bugs fixes for a couple of bugs exposed by the above: le32_to_cpu() used on 16bit value and missing conversion in comparison of host- and little-endian values. 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>