Try to fix NFS_ACL=y, SUNRPC=m. fs/built-in.o(.text+0x2b124): In function `nfsacl_encode': /tmp/distcc_1108/fs/nfsacl.c:109: undefined reference to `xdr_encode_word' fs/built-in.o(.text+0x2b143):/tmp/distcc_1108/fs/nfsacl.c:112: undefined reference to `xdr_encode_array2' fs/built-in.o(.text+0x2b35c): In function `nfsacl_decode': /tmp/distcc_1108/fs/nfsacl.c:239: undefined reference to `xdr_decode_word' fs/built-in.o(.text+0x2b37d):/tmp/distcc_1108/fs/nfsacl.c:242: undefined reference to `xdr_decode_array2' make: *** [.tmp_vmlinux1] Error 1 Seems lame: Signed-off-by: Andrew Morton --- 25-akpm/fs/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN fs/Kconfig~nfsacl-kconfig-hack fs/Kconfig --- 25/fs/Kconfig~nfsacl-kconfig-hack 2005-02-28 20:52:37.000000000 -0800 +++ 25-akpm/fs/Kconfig 2005-02-28 20:52:56.000000000 -0800 @@ -1414,6 +1414,7 @@ config NFS_V3 config NFS_ACL bool "NFS_ACL protocol extension" depends on NFS_V3 + select SUNRPC help Implement the NFS_ACL protocol extension for manipulating POSIX Access Control Lists. The server must also implement the NFS_ACL _