All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190402114821.GQ16876@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 84e4c73..3a803ec 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -47,7 +47,7 @@ Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
 > -	if (*sk->sk_prot_creator->memory_pressure) {
 > +	if (sk_under_memory_pressure(sk)) {
 >  		if (sctp_tsnmap_has_gap(map) &&
->  		    (sctp_tsnmap_get_ctsn(map) + 1) = tsn) {
+>  		    (sctp_tsnmap_get_ctsn(map) + 1) == tsn) {
 >  			pr_debug("%s: under pressure, reneging for tsn:%u\n",
 >  				 __func__, tsn);
 >  			deliver = SCTP_CMD_RENEGE;
diff --git a/a/content_digest b/N1/content_digest
index 198d23e..4c8a668 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\0b024dd60e7e4ef9fb28fc955bc8f2937048206eb.1554022192.git.lucien.xin@gmail.com\0"
  "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0"
  "Subject\0Re: [PATCH net-next 2/2] sctp: implement memory accounting on rx path\0"
- "Date\0Tue, 02 Apr 2019 11:48:21 +0000\0"
+ "Date\0Tue, 2 Apr 2019 08:48:21 -0300\0"
  "To\0Xin Long <lucien.xin@gmail.com>\0"
  "Cc\0network dev <netdev@vger.kernel.org>"
   linux-sctp@vger.kernel.org
@@ -61,7 +61,7 @@
  "> -\tif (*sk->sk_prot_creator->memory_pressure) {\n"
  "> +\tif (sk_under_memory_pressure(sk)) {\n"
  ">  \t\tif (sctp_tsnmap_has_gap(map) &&\n"
- ">  \t\t    (sctp_tsnmap_get_ctsn(map) + 1) = tsn) {\n"
+ ">  \t\t    (sctp_tsnmap_get_ctsn(map) + 1) == tsn) {\n"
  ">  \t\t\tpr_debug(\"%s: under pressure, reneging for tsn:%u\\n\",\n"
  ">  \t\t\t\t __func__, tsn);\n"
  ">  \t\t\tdeliver = SCTP_CMD_RENEGE;\n"
@@ -136,4 +136,4 @@
  "> 2.1.0\n"
  >
 
-0cb50a9c3fdd633ec893a45d534db3331e7f6c60355a16a6b62021a509e41eab
+32bc636b583e6b1fecc3b60ab20ab298b1c8ceee96005f0f18cbedff7a76632b

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.