diff for duplicates of <529DADE5.4040701@huawei.com> diff --git a/a/1.txt b/N1/1.txt index e4dd49c..0710621 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -112,7 +112,8 @@ index 46832d3..8b619d6 100644 static int rwnd_scale_max = 16; -static unsigned long max_autoclose_min = 0; +static unsigned long max_autoclose_min = 1; - static unsigned long max_autoclose_max (MAX_SCHEDULE_TIMEOUT / HZ > UINT_MAX) + static unsigned long max_autoclose_max = + (MAX_SCHEDULE_TIMEOUT / HZ > UINT_MAX) ? UINT_MAX : MAX_SCHEDULE_TIMEOUT / HZ; -- 1.7.12 diff --git a/a/content_digest b/N1/content_digest index 1e21dc6..91d5423 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,11 +1,11 @@ "From\0Wang Weidong <wangweidong1@huawei.com>\0" "Subject\0[PATCH] sctp: fix a BUG_ON on triggered by setting max_autoclose to\0" - "Date\0Tue, 03 Dec 2013 10:09:41 +0000\0" + "Date\0Tue, 3 Dec 2013 18:09:41 +0800\0" "To\0Vlad Yasevich <vyasevich@gmail.com>" Neil Horman <nhorman@tuxdriver.com> " David Miller <davem@davemloft.net>\0" - "Cc\0netdev@vger.kernel.org" - " linux-sctp@vger.kernel.org\0" + "Cc\0<netdev@vger.kernel.org>" + " <linux-sctp@vger.kernel.org>\0" "\00:1\0" "b\0" "since 2692ba61, add the max_autoclose to sysctl. when I setted the\n" @@ -122,9 +122,10 @@ " static int rwnd_scale_max = 16;\n" "-static unsigned long max_autoclose_min = 0;\n" "+static unsigned long max_autoclose_min = 1;\n" - " static unsigned long max_autoclose_max \t(MAX_SCHEDULE_TIMEOUT / HZ > UINT_MAX)\n" + " static unsigned long max_autoclose_max =\n" + " \t(MAX_SCHEDULE_TIMEOUT / HZ > UINT_MAX)\n" " \t? UINT_MAX : MAX_SCHEDULE_TIMEOUT / HZ;\n" "-- \n" 1.7.12 -3f1cc749ff4117fdff9fe76150b399a39ffec1aca2052c0c6e3875a5392ca57f +ac8b5d9037cb876d07c889f9ba323608db2159bef9a08f72e08db85a4b49ccef
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.