diff for duplicates of <52A21BD2.40502@gmail.com> diff --git a/a/1.txt b/N1/1.txt index dc2c8fd..2c18cf2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -70,7 +70,8 @@ Acked-by: Vlad Yasevich <vyasevich@gmail.com> > > asoc->timeouts[SCTP_EVENT_TIMEOUT_HEARTBEAT] = 0; > asoc->timeouts[SCTP_EVENT_TIMEOUT_SACK] = asoc->sackdelay; -> - asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] > - min_t(unsigned long, sp->autoclose, net->sctp.max_autoclose) * HZ; +> - asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = +> - min_t(unsigned long, sp->autoclose, net->sctp.max_autoclose) * HZ; > + asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sp->autoclose * HZ; > > /* Initializes the timers */ diff --git a/a/content_digest b/N1/content_digest index 76fceb2..fc1ead0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01386350560-20920-1-git-send-email-nhorman@tuxdriver.com\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" "Subject\0Re: [PATCH v2] sctp: properly latch and use autoclose value from sock to association\0" - "Date\0Fri, 06 Dec 2013 18:47:46 +0000\0" + "Date\0Fri, 06 Dec 2013 13:47:46 -0500\0" "To\0Neil Horman <nhorman@tuxdriver.com>" " linux-sctp@vger.kernel.org\0" "Cc\0Wang Weidong <wangweidong1@huawei.com>" @@ -82,7 +82,8 @@ "> \n" "> \tasoc->timeouts[SCTP_EVENT_TIMEOUT_HEARTBEAT] = 0;\n" "> \tasoc->timeouts[SCTP_EVENT_TIMEOUT_SACK] = asoc->sackdelay;\n" - "> -\tasoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] > -\t\tmin_t(unsigned long, sp->autoclose, net->sctp.max_autoclose) * HZ;\n" + "> -\tasoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] =\n" + "> -\t\tmin_t(unsigned long, sp->autoclose, net->sctp.max_autoclose) * HZ;\n" "> +\tasoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sp->autoclose * HZ;\n" "> \n" "> \t/* Initializes the timers */\n" @@ -195,4 +196,4 @@ "> \n" > -cce57be3358939b0f894fb08bdb11b0e92fd048a59a18bc08ec86bf436b3e88d +b0f5a257c8ddbd607f7d16eb263bae37c86ce364d554990573aa12059a6bf14e
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.