2002-11-29 11:33:00

by Luigi Genoni

[permalink] [raw]
Subject: linux/security.h missing in fs/hugetlbfs/inode.c


#include <linux/security.h>

is missing in file fs/hugetlbfs/inode.c,
so security_ops is undeclared during compilation.




2002-11-29 11:36:35

by Luigi Genoni

[permalink] [raw]
Subject: Re: linux/security.h missing in fs/hugetlbfs/inode.c

Oh, I was forgetting,

this is about kernel 2.5.50

bests
Luigi

On Fri, 29 Nov 2002 [email protected] wrote:

> Date: Fri, 29 Nov 2002 12:40:17 +0100 (CET)
> From: [email protected]
> To: [email protected]
> Subject: linux/security.h missing in fs/hugetlbfs/inode.c
>
>
> #include <linux/security.h>
>
> is missing in file fs/hugetlbfs/inode.c,
> so security_ops is undeclared during compilation.
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

2002-11-30 08:59:15

by Greg KH

[permalink] [raw]
Subject: Re: linux/security.h missing in fs/hugetlbfs/inode.c

On Fri, Nov 29, 2002 at 12:43:55PM +0100, [email protected] wrote:
> Oh, I was forgetting,
>
> this is about kernel 2.5.50

Thanks, I've fixed this in my tree, and will send it on to Linus.

greg k-h