Patch for 2.4.4-ac7

H . J . Lu (hjl@lucon.org)
Fri, 11 May 2001 13:35:46 -0700


This should fix

http://boudicca.tux.org/hypermail/linux-kernel/this-week/0901.html

H.J.
----
--- linux-2.4.4-ac7/mm/filemap.c.module Fri May 11 13:32:20 2001
+++ linux-2.4.4-ac7/mm/filemap.c Fri May 11 13:33:03 2001
@@ -9,6 +9,8 @@
* most "normal" filesystems (but you don't /have/ to use this:
* the NFS filesystem used to do this differently, for example)
*/
+#include <linux/config.h>
+#include <linux/module.h>
#include <linux/slab.h>
#include <linux/shm.h>
#include <linux/mman.h>
-
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/