The patch titled fallocate-on-ia64 fix has been removed from the -mm tree. Its filename was fallocate-on-ia64-fix.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ 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 */ /* * The following defines stop scripts/checksyscalls.sh from complaining about _ 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