Re: reiser4 kernel patch....

2004-09-09 Thread Thomas Evans
Not certain if it's an on on-disk structure - it is used all over, but the comments in it would suggest that it is in-memory only (especially since it contains at least one pointer, which would make little sense in an on disk struct). Even in that case, the purpose of the cassert() in the coords_

RE: reiser4 kernel patch....

2004-09-09 Thread Thomas Evans
Just checked - the Andrew Morton -mm4 patch has the offending cassert ifdef'd out. This is why the reiser4 stuff compiles on 64bit platforms in that patch. ...tom -Original Message- From: Thomas Evans [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 3:11 PM To: [

RE: reiser4 kernel patch....

2004-09-09 Thread Thomas Evans
kernel sources. ...tom -Original Message- From: Tyson Whitehead [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 3:13 PM To: [EMAIL PROTECTED] Cc: Thomas Evans; [EMAIL PROTECTED] Subject: Re: reiser4 kernel patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I was tryi

reiser4 kernel patch....

2004-09-09 Thread Thomas Evans
Hi all - I was trying out the reiser4 kernel patch and ran in a build-time assert on my Alpha machine. I wasn't sure what package I should attribute the issue to - any suggestions would be great! Thanks, ...tom