It was sent to reiserfs list and lkml already.
David S. Miller writes:
> From: Luigi Genoni <kernel@Expansa.sns.it>
> Date: Fri, 28 Dec 2001 11:03:27 +0100 (CET)
>
> OK, here is my oops
>
> reiserfs: checking transaction log (device 08:14) ...
> Using r5 hash to sort names
> Unsupported unaligned load/store trap for kernel at <000000000059bae8>.
>
> Looks like some change in reiserfs in 2.4.17 has caused it to start
> doing {set,clear,change}_bit() operations on pointers which are not
> "long" aligned.
--- linux/include/linux/reiserfs_fs_sb.h.org Wed Jan 2 15:45:20 2002
+++ linux/include/linux/reiserfs_fs_sb.h Wed Jan 2 15:45:36 2002
@@ -407,7 +407,7 @@
/* To be obsoleted soon by per buffer seals.. -Hans */
atomic_t s_generation_counter; // increased by one every time the
// tree gets re-balanced
- unsigned int s_properties; /* File system properties. Currently holds
+ unsigned long s_properties; /* File system properties. Currently holds
on-disk FS format */
/* session statistics */
>
> Franks a lot,
> David S. Miller
> davem@redhat.com
-- Alexander Zarochentcev, mailto:zam@namesys.com --- "Gee, Toto, I don't think we are in Kansas anymore." - 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/
This archive was generated by hypermail 2b29 : Mon Jan 07 2002 - 21:00:21 EST