[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5086A90E.1040007@gmail.com>
Date: Tue, 23 Oct 2012 10:26:22 -0400
From: Daniel Hazelton <dshadowwolf@...il.com>
To: David Howells <dhowells@...hat.com>
CC: fengguang.wu@...el.com, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] UAPI: Fix tools/vm/page-types.c
On 10/23/12 09:20, David Howells wrote:
> Fix tools/vm/page-types.c to use the UAPI variant of linux/kernel-page-flags.h
> lest the following error appear:
>
> In file included from page-types.c:38:0:
> ../../include/linux/kernel-page-flags.h:4:42: fatal error:
> uapi/linux/kernel-page-flags.h: No such file or directory
>
> Reported-by: Daniel Hazelton <dshadowwolf@...il.com>
> Signed-off-by: David Howells <dhowells@...hat.com>
> cc: Fengguang Wu <fengguang.wu@...el.com>
> ---
>
> tools/vm/page-types.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/vm/page-types.c b/tools/vm/page-types.c
> index cd1b03e..b76edf2 100644
> --- a/tools/vm/page-types.c
> +++ b/tools/vm/page-types.c
> @@ -35,7 +35,7 @@
> #include <sys/mount.h>
> #include <sys/statfs.h>
> #include "../../include/uapi/linux/magic.h"
> -#include "../../include/linux/kernel-page-flags.h"
> +#include "../../include/uapi/linux/kernel-page-flags.h"
>
>
> #ifndef MAX_PATH
>
>
FWIW: Tested-by: Daniel Hazelton <dshadowwolf@...il.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists