lkml.org 
[lkml]   [2002]   [Jan]   [3]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
Patch in this message
/
FromAlexander Zarochentcev <>
DateThu, 3 Jan 2002 14:05:11 +0300
SubjectRe: [reiserfs-list] Re: reiserfs does not work with linux 2.4.17 on sparc64 CPUs
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/
\
 
 \ /
  Last update: 2005-03-22 11:15    [from the cache]
©2003-2008