Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello, DRBD 8.3.15 does not compile with kernel 3.10. Do you plan to release 8.3.16 (or a 8.3.15 patch) compatible with kernel 3.10 ? I already tried myself, I managed to compile it yesterday night, I had to : - change "PDE(inode)->data" to "PDE_DATA(inode)" - delete second parameter (node) from hlist_for_each_entry() calls and hlist_for_each_entry_safe() calls - rename random32() calls to prandom_u32() That's all. It seems to work, however I am not confident at all... Thank you very much for your support ! Best regards, Ben