Re: [reiserfs-list] Re: reiserfs does not work with linux 2.4.17 on

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 2 Jan 2002 17:29:04 +0000 (GMT)


> As I guess, the problem is that sparc64's set_bit() does not like addresses
> which are not aligned on 8-byte boundary. New `s_properties' field of reiserfs
> specific part of super block is such kind of.

set_bit is defined for long. The fix is definitely right - without it you'll
scribble on other memory on any 64bit BE platform
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/