[ENBD] Compiling fr1-v2.0 Was: fr1 hangs when trying to access raid device..

Peter T. Breuer enbd@lists.community.tummy.com
Mon, 10 Feb 2003 07:03:40 +0100 (MET)


"A month of sundays ago [Arve Emil Myr_s] wrote:"
> depmod: *** Unresolved symbols in 
> /lib/modules/2.4.20ctx-16nsmp/kernel/drivers/md/md.o
> depmod: md_atomic_read

Change it to "atomic_read".  The following is visible in

   include/linux/raid/md_compatible.h:

   /* 018 */
   #define md_atomic_read atomic_read
   #define md_atomic_set atomic_set

Is it not so in your kernel includes too?

Peter