Michael Creel: > version of ParallelKnoppix64 boots up fine. So there's some problem that has > cropped up in the time frame from 20070509 to yesterday, I believe.
Thank you for your report. Please try this patch which is against the latest CVS version. Junjiro Okajima ---------------------------------------------------------------------- Index: fs/aufs/aufs.h =================================================================== RCS file: /cvsroot/aufs/aufs/fs/aufs/aufs.h,v retrieving revision 1.24 diff -u -p -r1.24 aufs.h --- fs/aufs/aufs.h 14 May 2007 03:41:51 -0000 1.24 +++ fs/aufs/aufs.h 18 May 2007 13:30:28 -0000 @@ -57,7 +57,7 @@ //#include "xattr.h" #if defined(CONFIG_AUFS_MODULE) && !defined(CONFIG_AUFS_KSIZE_PATCH) -#define ksize(p) (-1U) +#define ksize(p) (0U) #endif #endif /* __KERNEL__ */ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
