Trying to compile this kernel I got this message: [...] make[2]: Cambiando a directorio `/usr/src/linux/mm' gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i686 -c -o shmem.o shmem.c shmem.c:971: `shmem_readlink' undeclared here (not in a function) shmem.c:971: initializer element is not constant shmem.c:971: (near initialization for `shmem_symlink_inode_operations.readlink') shmem.c:972: `shmem_follow_link' undeclared here (not in a function) shmem.c:972: initializer element is not constant shmem.c:972: (near initialization for `shmem_symlink_inode_operations.follow_link') shmem.c:973: initializer element is not constant shmem.c:973: (near initialization for `shmem_symlink_inode_operations') shmem.c:973: initializer element is not constant shmem.c:973: (near initialization for `shmem_symlink_inode_operations') make[2]: *** [shmem.o] Error 1 make[2]: Saliendo directorio `/usr/src/linux/mm' make[1]: *** [first_rule] Error 2 make[1]: Saliendo directorio `/usr/src/linux/mm' make: *** [_dir_mm] Error 2 [...] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/