Description of problem: Compiling a kernel module for athlon smp with NTFS support using kernel-source-2.4.20-24.9.i386.rpm results in an unresolved symbol: # modprobe ntfs /lib/modules/2.4.20-24.9smp/kernel/fs/ntfs/ntfs.o: unresolved symbol kernel_flag_cacheline_Rsmp_4fbe6d30 /lib/modules/2.4.20-24.9smp/kernel/fs/ntfs/ntfs.o: insmod /lib/modules/2.4.20-24.9smp/kernel/fs/ntfs/ntfs.o failed /lib/modules/2.4.20-24.9smp/kernel/fs/ntfs/ntfs.o: insmod ntfs failed Version-Release number of selected component (if applicable): kernel-source-2.4.20-24.9 How reproducible: Always Steps to Reproduce: 1. Configure for athlon-smp with NTFS read-only support. 2. Compile and install module 3. Attempt to load module Actual results: Module load fails with unresolved symbol. Expected results: NTFS support should work as with earlier kernel releases. Additional info: NTFS works when starting from ASP Linux source from ftp://rpmfind.net/linux/ASPLinux/i386/updates/9/i386/kernel-source-2.4.20-24.9asp.i386.rpm
Well it works now in FC1. Closing.