Denis Oliver Kropp schrieb:
> Anders Larsen schrieb:
>> Hi,
>>
>> On Wed, 28 Mar 2007 16:05:56 +0200, Denis Oliver Kropp wrote:
>>>>>> (!) FUSION_PROPERTY_LEASE    --> Connection timed out
>>> Most likely due to the clock skew, or a dead lock. Do you know if there
>>> was a feelable delay between this and the previous message?
>> The patch below seems to cure the "Connection timed out" but
>> otherwise did not change the manifestation of the problem  :-(
>>
>> Cheers
>>  Anders
>>
>> --- a/linux/drivers/char/fusion/entries.c
>> +++ b/linux/drivers/char/fusion/entries.c
>> @@ -403,12 +403,12 @@ fusion_entry_wait( FusionEntry *entry, l
>>
>>       entry->waiters--;
>>
>> -     if (timeout && !*timeout)
>> -          return -ETIMEDOUT;
>> -
>>       if (signal_pending(current))
>>            return -EINTR;
>>
>> +     if (timeout && !*timeout)
>> +          return -ETIMEDOUT;
>> +
>>       ret = fusion_entry_lock( entries, id, false, &entry2 );
>>       switch (ret) {
>>            case -EINVAL:
> 
> Oh, great, thanks for fixing that error. I fixed a similar case a few 
> days ago.

That was the fix I made :)

http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=49909476fc22f54d433577227c4214b25c405df3


Not days, but weeks ago *sigh*

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to