[PATCH] NTFS: missing #include <linux/vmalloc.h>

From: Geert Uytterhoeven
Date: Sun Oct 24 2004 - 05:13:30 EST



fs/ntfs/compress.c calls v{malloc,free}() without including <linux/vmalloc.h>

Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>

--- linux-2.6.10-rc1/fs/ntfs/compress.c.orig 2004-10-23 10:33:30.000000000 +0200
+++ linux-2.6.10-rc1/fs/ntfs/compress.c 2004-10-24 11:58:41.000000000 +0200
@@ -24,6 +24,7 @@
#include <linux/fs.h>
#include <linux/buffer_head.h>
#include <linux/blkdev.h>
+#include <linux/vmalloc.h>

#include "attrib.h"
#include "inode.h"

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/