The patch titled fallocate-on-ia64 fix has been added to the -mm tree. Its filename is fallocate-on-ia64-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fallocate-on-ia64 fix From: Mingming Cao <cmm@xxxxxxxxxx> 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 <dgc@xxxxxxx> Cc: "Luck, Tony" <tony.luck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 */ #define __ARCH_WANT_SYS_RT_SIGACTION #define __ARCH_WANT_SYS_RT_SIGSUSPEND _ Patches currently in -mm which might be from cmm@xxxxxxxxxx are ext2-reservations.patch ext2-balloc-use-io_error-label.patch fallocate-on-ia64-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html