The patch titled ftp: get or put stops during file-transfer has been removed from the -mm tree. Its filename was ftp-get-or-put-stops-during-file-transfer.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ftp: get or put stops during file-transfer From: Craig Schlenter <craig@xxxxxxxxxxxxxxxx> Signed-off-by: Craig Schlenter <craig@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- net/ipv4/tcp_ipv4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/ipv4/tcp_ipv4.c~ftp-get-or-put-stops-during-file-transfer net/ipv4/tcp_ipv4.c --- a/net/ipv4/tcp_ipv4.c~ftp-get-or-put-stops-during-file-transfer +++ a/net/ipv4/tcp_ipv4.c @@ -648,7 +648,7 @@ static void tcp_v4_send_ack(struct tcp_t TCPOLEN_TIMESTAMP); rep.opt[1] = htonl(tcp_time_stamp); rep.opt[2] = htonl(ts); - arg.iov[0].iov_len = TCPOLEN_TSTAMP_ALIGNED; + arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; } /* Swap the send and the receive. */ _ Patches currently in -mm which might be from craig@xxxxxxxxxxxxxxxx are origin.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