Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
edit include/linux/drbd_config.h [uncomment the following line:] ===line:72 //#define NO_MORE_DEV_FS === and then try compiling again. On Tuesday 24 April 2007, Mateus Longo wrote: > Trying to compile kernel 2.6.18.8 I've got these errors when drbd is > patched into the kernel: > drivers/block/drbd/drbd_main.c:53:35: linux/devfs_fs_kernel.h: No such > file or directory > drivers/block/drbd/drbd_main.c: In function `drbd_cleanup': > drivers/block/drbd/drbd_main.c:1798: warning: implicit declaration of > function `devfs_remove' > drivers/block/drbd/drbd_main.c: In function `drbd_init': > drivers/block/drbd/drbd_main.c:1898: warning: implicit declaration of > function `devfs_mk_dir' > drivers/block/drbd/drbd_main.c:1923: error: structure has no member > named `devfs_name' > make[4]: *** [drivers/block/drbd/drbd_main.o] Error 1 > make[3]: *** [drivers/block/drbd] Error 2 > make[2]: *** [drivers/block] Error 2 > make[1]: *** [drivers] Error 2 > make[1]: Leaving directory `/usr/src/linux-2.6.18.8' > make: *** [stamp-build] Error 2 > > Cheers,