Gitweb: http://git.kernel.org/linus/bc8a5397433e4effbaddfa7e462d10b3c060cabb Commit: bc8a5397433e4effbaddfa7e462d10b3c060cabb Parent: 995b337952cdf7e05d288eede580257b632a8343 Author: Frans Pop <elendil@planet.nl> AuthorDate: Mon May 18 21:48:38 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Mon May 18 21:48:38 2009 -0700 ipv4: make default for INET_LRO consistent with help text Commit e81963b1 ("ipv4: Make INET_LRO a bool instead of tristate.") changed this config from tristate to bool. Add default so that it is consistent with the help text. Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net> --- net/ipv4/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 9d26a3d..5b919f7 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -408,7 +408,7 @@ config INET_XFRM_MODE_BEET config INET_LRO bool "Large Receive Offload (ipv4/tcp)" - + default y ---help--- Support for Large Receive Offload (ipv4/tcp). -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
