The patch titled x86: wire up vmsplice syscall has been removed from the -mm tree. Its filename is x86-wire-up-vmsplice-syscall.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: x86: wire up vmsplice syscall From: Jens Axboe <axboe@xxxxxxx> Signed-off-by: Jens Axboe <axboe@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/syscall_table.S | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/syscall_table.S~x86-wire-up-vmsplice-syscall arch/i386/kernel/syscall_table.S --- devel/arch/i386/kernel/syscall_table.S~x86-wire-up-vmsplice-syscall 2006-05-25 18:44:06.000000000 -0700 +++ devel-akpm/arch/i386/kernel/syscall_table.S 2006-05-25 18:44:06.000000000 -0700 @@ -315,3 +315,4 @@ ENTRY(sys_call_table) .long sys_splice .long sys_sync_file_range .long sys_tee /* 315 */ + .long sys_vmsplice _ Patches currently in -mm which might be from axboe@xxxxxxx are origin.patch git-block.patch blk_start_queue-must-be-called-with-irq-disabled-add-warning.patch git-cfq.patch libata_resume_fix.patch fix-cdrom-being-confused-on-using-kdump.patch ide-cd-end-of-media-error-fix.patch fix-ide-locking-error.patch md-dm-reduce-stack-usage-with-stacked-block-devices.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