Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
I would like to patching DRBD into the kernel (0.7.23 DRBD to 2.6.19.1 kernel). But I get the following error: CC [M] /install/drbd-0.7.23/drbd/drbd_req.o CC [M] /install/drbd-0.7.23/drbd/drbd_actlog.o CC [M] /install/drbd-0.7.23/drbd/lru_cache.o CC [M] /install/drbd-0.7.23/drbd/drbd_main.o /install/drbd-0.7.23/drbd/drbd_main.c:53:35: error: linux/devfs_fs_kernel.h: No such file or directory /install/drbd-0.7.23/drbd/drbd_main.c: In function rbd_cleanup /install/drbd-0.7.23/drbd/drbd_main.c:1798: warning: implicit declaration of function evfs_remove /install/drbd-0.7.23/drbd/drbd_main.c: In function rbd_init /install/drbd-0.7.23/drbd/drbd_main.c:1898: warning: implicit declaration of function evfs_mk_dir /install/drbd-0.7.23/drbd/drbd_main.c:1923: error: truct gendiskhas no member named evfs_name make[2]: *** [/install/drbd-0.7.23/drbd/drbd_main.o] Error 1 make[1]: *** [_module_/install/drbd-0.7.23/drbd] Error 2 make[1]: Leaving directory /usr/src/linux-2.6.19.1' make: *** [kbuild] Error 2 Changelog: 0.7.23 (api:79/proto:74) ----- * Made it to compile on 2.6.19. 0.7.22 (api:79/proto:74) ----- * Fixed bugs in the implementation of protocol A and B. we noticed that in protocol A and B, on connection loss, we could "forget" to set certain areas out of sync. etc.. Where can I found a patch? Thanks...