From: Mingming Cao In case you haven't realize it, the ia64 fallocate() patch comes with Amit's takes 4 fallocate patch series (3/6) missing one line change, thus fail to compile on ia64. Here is the updated one. Patch tested on ia64. (compile and fsx) Signed-off-by: Dave Chinner Cc: "Luck, Tony" Signed-off-by: Andrew Morton --- include/asm-ia64/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-ia64/unistd.h~fallocate-on-ia64-fix include/asm-ia64/unistd.h --- a/include/asm-ia64/unistd.h~fallocate-on-ia64-fix +++ a/include/asm-ia64/unistd.h @@ -304,7 +304,7 @@ #ifdef __KERNEL__ -#define NR_syscalls 286 /* length of syscall table */ +#define NR_syscalls 287 /* length of syscall table */ /* * The following defines stop scripts/checksyscalls.sh from complaining about _