The patch titled relay: fix subbuf_splice_actor() comment has been removed from the -mm tree. Its filename was relay-fix-subbuf_splice_actor-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: relay: fix subbuf_splice_actor() comment From: Tom Zanussi <zanussi@xxxxxxxxxx> Change comment from kerneldoc to normal. Signed-off-by: Tom Zanussi <zanussi@xxxxxxxxxx> Cc: Jens Axboe <jens.axboe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/relay.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/relay.c~relay-fix-subbuf_splice_actor-comment kernel/relay.c --- a/kernel/relay.c~relay-fix-subbuf_splice_actor-comment +++ a/kernel/relay.c @@ -1061,7 +1061,7 @@ static struct pipe_buf_operations relay_ .get = generic_pipe_buf_get, }; -/** +/* * subbuf_splice_actor - splice up to one subbuf's worth of data */ static int subbuf_splice_actor(struct file *in, _ Patches currently in -mm which might be from zanussi@xxxxxxxxxx are origin.patch kernel-relayc-make-functions-static.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