The patch titled clean up default value of IP_DCCP_ACKVEC has been removed from the -mm tree. Its filename is cleanup-default-value-of-ip_dccp_ackvec.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: clean up default value of IP_DCCP_ACKVEC From: Jean-Luc Leger <jean-luc.leger@xxxxxxxxxxxxxxxx> Default values for boolean and tristate options can only be 'y', 'm' or 'n'. This patch removes wrong default for IP_DCCP_ACKVEC. Signed-off-by: Jean-Luc Leger <jean-luc.leger@xxxxxxxxxxxxxxxx> Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- net/dccp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/dccp/Kconfig~cleanup-default-value-of-ip_dccp_ackvec net/dccp/Kconfig --- a/net/dccp/Kconfig~cleanup-default-value-of-ip_dccp_ackvec +++ a/net/dccp/Kconfig @@ -26,7 +26,7 @@ config INET_DCCP_DIAG config IP_DCCP_ACKVEC depends on IP_DCCP - def_bool N + bool source "net/dccp/ccids/Kconfig" _ Patches currently in -mm which might be from jean-luc.leger@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