diff for duplicates of <20110609125642.GS5247@suse.de> diff --git a/a/1.txt b/N1/1.txt index ca38b46..c05b0ae 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,15 +9,15 @@ On Thu, Jun 09, 2011 at 02:28:24PM +0200, Micha? Miros?aw wrote: > >> > + */ > >> > +static bool skb_pfmemalloc_protocol(struct sk_buff *skb) > >> > +{ -> >> > + switch (skb->protocol) { -> >> > + case __constant_htons(ETH_P_ARP): -> >> > + case __constant_htons(ETH_P_IP): -> >> > + case __constant_htons(ETH_P_IPV6): -> >> > + case __constant_htons(ETH_P_8021Q): -> >> > + return true; -> >> > + default: -> >> > + return false; -> >> > + } +> >> > + switch (skb->protocol) { +> >> > + case __constant_htons(ETH_P_ARP): +> >> > + case __constant_htons(ETH_P_IP): +> >> > + case __constant_htons(ETH_P_IPV6): +> >> > + case __constant_htons(ETH_P_8021Q): +> >> > + return true; +> >> > + default: +> >> > + return false; +> >> > + } > >> > +} > >> > >> This is not needed and wrong. Whatever list there will be, it's going @@ -46,3 +46,10 @@ Thanks. -- Mel Gorman SUSE Labs + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index 5f97e08..add4b0c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -27,15 +27,15 @@ "> >> > + */\n" "> >> > +static bool skb_pfmemalloc_protocol(struct sk_buff *skb)\n" "> >> > +{\n" - "> >> > + \302\240 \302\240 \302\240 switch (skb->protocol) {\n" - "> >> > + \302\240 \302\240 \302\240 case __constant_htons(ETH_P_ARP):\n" - "> >> > + \302\240 \302\240 \302\240 case __constant_htons(ETH_P_IP):\n" - "> >> > + \302\240 \302\240 \302\240 case __constant_htons(ETH_P_IPV6):\n" - "> >> > + \302\240 \302\240 \302\240 case __constant_htons(ETH_P_8021Q):\n" - "> >> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 return true;\n" - "> >> > + \302\240 \302\240 \302\240 default:\n" - "> >> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 return false;\n" - "> >> > + \302\240 \302\240 \302\240 }\n" + "> >> > + switch (skb->protocol) {\n" + "> >> > + case __constant_htons(ETH_P_ARP):\n" + "> >> > + case __constant_htons(ETH_P_IP):\n" + "> >> > + case __constant_htons(ETH_P_IPV6):\n" + "> >> > + case __constant_htons(ETH_P_8021Q):\n" + "> >> > + return true;\n" + "> >> > + default:\n" + "> >> > + return false;\n" + "> >> > + }\n" "> >> > +}\n" "> >>\n" "> >> This is not needed and wrong. Whatever list there will be, it's going\n" @@ -63,6 +63,13 @@ "\n" "-- \n" "Mel Gorman\n" - SUSE Labs + "SUSE Labs\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -04d2ca0b6d4a5711c0fcd659efce5cf656d37e74ac241626825409fb460f4106 +db8c245822253acfa3eebd494b9961be79570a297fa1653203d0a652c1bbaf7f
diff --git a/a/1.txt b/N2/1.txt index ca38b46..c4249f8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -46,3 +46,10 @@ Thanks. -- Mel Gorman SUSE Labs + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N2/content_digest index 5f97e08..6d37c00 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -63,6 +63,13 @@ "\n" "-- \n" "Mel Gorman\n" - SUSE Labs + "SUSE Labs\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -04d2ca0b6d4a5711c0fcd659efce5cf656d37e74ac241626825409fb460f4106 +cac2816aa984477d50a3006662d3caa63f644c4c0cd984d3aff673859a079127
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.