On Thu, Jun 17, 2004 at 09:07:39PM +0200, Andreas Sundstrom wrote: > Anyway here's the diff from 2.6.5-rc1 to 2.6.5-rc2:
I am not a kernel hacker and I have not checked the source. But judging from the diff there is one thing that look strange to me: Old code assigned exp_amanda_info->offset before calling simple_strtoul() while new code calls simple_strtoul() before assignment. This results in exp_amanda_info->offset pointing _behind_ the parsed number instead of before the parsed number. I have no clue what this offset is good for, but if it is used for anything, I'd expect problems similar to those which you were experiencing. -- Please visit and sign http://petition-eurolinux.org and http://www.ffii.org -- Josef Wolf -- [EMAIL PROTECTED] --
