2012-02-26 12:22:12

by Tomas M

[permalink] [raw]
Subject: linux 3.3-rc5 fails to build

Hi everyone,

autofs4 breaks build in 3.3-rc5

---
CC fs/ioprio.o
CC fs/proc_namespace.o
CC [M] fs/autofs4/init.o
CC [M] fs/autofs4/inode.o
fs/autofs4/inode.c: In function ?autofs4_fill_super?:
fs/autofs4/inode.c:228:2: error: implicit declaration of function
?is_compat_task? [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors

make[2]: *** [fs/autofs4/inode.o] Error 1
make[1]: *** [fs/autofs4] Error 2
make: *** [fs] Error 2


could it be commit a32744d4abae24572eff7269bc17895c41bd0085

autofs: work around unhappy compat problem on x86-64


2012-02-26 14:36:09

by Woody Suwalski

[permalink] [raw]
Subject: Re: linux 3.3-rc5 fails to build

Tomas M. wrote:
> Hi everyone,
>
> autofs4 breaks build in 3.3-rc5
>
> ---
> CC fs/ioprio.o
> CC fs/proc_namespace.o
> CC [M] fs/autofs4/init.o
> CC [M] fs/autofs4/inode.o
> fs/autofs4/inode.c: In function ?autofs4_fill_super?:
> fs/autofs4/inode.c:228:2: error: implicit declaration of function
> ?is_compat_task? [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors
>
> make[2]: *** [fs/autofs4/inode.o] Error 1
> make[1]: *** [fs/autofs4] Error 2
> make: *** [fs] Error 2
>
>
> could it be commit a32744d4abae24572eff7269bc17895c41bd0085
>
> autofs: work around unhappy compat problem on x86-64
>
> --
> 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/
Same error here.
Woody