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

From: Anton Altaparmakov
Date: Mon Oct 25 2004 - 04:26:15 EST


Hi,

On Sun, 2004-10-24 at 11:08, Geert Uytterhoeven wrote:
> 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"

Thanks! I see Linus already applied it so I don't need to do anything
about it. (-:

Best regards,

Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/, http://www-stu.christs.cam.ac.uk/~aia21/

-
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/