Re: r2230 - in trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian: . patches patches/series

2005-01-09 Thread Christoph Hellwig
+ static int __init init_ext3_fs(void) + { + int err = init_ext3_xattr(); ++ ++/* fix for oops */ ++printk(KERN_ERR [%d] init_ext3_fs(), err = %d\n, __LINE__, err); urgg, this is not a fix but a hack. Should look more like: /* ugly hack to work around compiler bug

Re: r2230 - in trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian: . patches patches/series

2005-01-09 Thread Norbert Tretkowski
* Christoph Hellwig wrote: + static int __init init_ext3_fs(void) + { + int err = init_ext3_xattr(); ++ ++ /* fix for oops */ ++ printk(KERN_ERR [%d] init_ext3_fs(), err = %d\n, __LINE__, err); urgg, this is not a fix but a hack. Should look more like: /* ugly hack