Please try the following patch, it should apply cleanly to any
2.4.10-pre or 2.4.9-ac -- it should fix the compile issue with
preemption. Please report back if it is successful so I can merge the
patch into the preemption patch itself.
diff -urN linux-2.4.9-ac14-preempt/fs/adfs/map.c linux/fs/adfs/map.c
--- linux-2.4.9-ac14-preempt/fs/adfs/map.c Sat Sep 22 23:20:09 2001
+++ linux/fs/adfs/map.c Sun Sep 23 12:46:21 2001
@@ -12,6 +12,7 @@
#include <linux/fs.h>
#include <linux/adfs_fs.h>
#include <linux/spinlock.h>
+#include <linux/sched.h>
#include "adfs.h"
-- Robert M. Love rml at ufl.edu rml at tech9.net- 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/