Messages in this thread Patch in this message |  | | | Subject | Re: [patch] voluntary-preempt-2.6.9-rc1-bk4-Q3 | | From | Lee Revell <> | | Date | Sat, 28 Aug 2004 17:10:53 -0400 |
| |
On Sat, 2004-08-28 at 16:31, Ingo Molnar wrote: > http://redhat.com/~mingo/voluntary-preempt/voluntary-preempt-2.6.9-rc1-bk4-Q3 >
I get this error:
WARNING: /lib/modules/2.6.9-rc1-Q3/kernel/fs/ntfs/ntfs.ko needs unknown symbol unlock_kernel WARNING: /lib/modules/2.6.9-rc1-Q3/kernel/fs/ntfs/ntfs.ko needs unknown symbol lock_kernel
I believe this is the correct fix:
--- fs/ntfs/super.c~ 2004-08-28 16:31:33.000000000 -0400 +++ fs/ntfs/super.c 2004-08-28 17:08:11.000000000 -0400 @@ -29,6 +29,7 @@ #include <linux/buffer_head.h> #include <linux/vfs.h> #include <linux/moduleparam.h> +#include <linux/smp_lock.h> #include "ntfs.h" #include "sysctl.h" Lee
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |