Re: init scripts problems ?
denis bonnenfant <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
denis bonnenfant wrote:
> Peter T. Breuer wrote:
>
>> "Also sprach Peter T. Breuer:"
>>
>>> You are here:
>>>
>>> ENBD_ALERT("INVALIDATE DEVICE nd%s\n", lo->devnam);
>>> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12)
>>> __invalidate_device(lo->inode->i_bdev, 0);
>>> #else
>>> __invalidate_device(lo->inode->i_bdev);
>>> #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12) */
>>>
>
> Hey, wait a minute, we don't have the same code !
>
> my code is 3 months old...
>
> So first, let's try the new module!
>
> Sorry !
> _______________________________________________
To experiment, we need to be in sync. So what is the exact version of kernel > 2.6.12 that you are using ?
And is fr1 OK for it ?
thanks