Re: init scripts problems ?
denis bonnenfant <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
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 !