diff for duplicates of <20110609113505.GR5247@suse.de> diff --git a/a/1.txt b/N1/1.txt index 07cd479..f3680c4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,15 +7,15 @@ On Thu, Jun 09, 2011 at 12:21:31PM +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 @@ -33,3 +33,10 @@ on what scenario can be reasonably expected to work. -- 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 4973ef6..305cbd3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -23,15 +23,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" @@ -48,6 +48,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>" -7e26fc778ee77b4b9f188f360af0a756322bb5073f55ad275c234e7b1ca01c0f +3b230679e6cd1cfd4beeb10c0f2572f8933cbb28221600fc1b062cd1e29afc18
diff --git a/a/1.txt b/N2/1.txt index 07cd479..d4aa4cd 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -33,3 +33,10 @@ on what scenario can be reasonably expected to work. -- 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 4973ef6..7905b86 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -48,6 +48,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>" -7e26fc778ee77b4b9f188f360af0a756322bb5073f55ad275c234e7b1ca01c0f +23bd83a65a642a3f7c836b31e711850e74e7ae43e73ee247e2f411cfc445fbf1
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.