intel-wired-lan.osuosl.org archive mirror
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH v2] compat: WQ_MEM_RECLAIM was renamed from WQ_RESCUER
@ 2016-06-09 23:06 Jacob Keller
  2016-06-09 23:08 ` Keller, Jacob E
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Keller @ 2016-06-09 23:06 UTC (permalink / raw)
  To: intel-wired-lan

In upstream commit 6370a6ad3b53 ("workqueue: add and use WQ_MEM_RECLAIM
flag", 2010-10-11), the WQ_RESCUER flag was renamed to WQ_MEM_RECLAIM.
Backport the rename here.

Change-Id: I217de4b3fecbcbdba753de8979f99c43f1053d5f
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
---
 kcompat.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kcompat.h b/kcompat.h
index 3085e3ccd35e..db2f2575298a 100644
--- a/kcompat.h
+++ b/kcompat.h
@@ -3785,6 +3785,8 @@ static inline int __kc_netif_set_real_num_rx_queues(struct net_device __always_u
 #define ETH_FLAG_RXVLAN (1 << 8)
 #endif /* ETH_FLAG_RXVLAN */
 
+#define WQ_MEM_RECLAIM 0
+
 static inline void _kc_skb_checksum_none_assert(struct sk_buff *skb)
 {
 	WARN_ON(skb->ip_summed != CHECKSUM_NONE);
-- 
2.9.0.rc1.405.g81f467e


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Intel-wired-lan] [PATCH v2] compat: WQ_MEM_RECLAIM was renamed from WQ_RESCUER
  2016-06-09 23:06 [Intel-wired-lan] [PATCH v2] compat: WQ_MEM_RECLAIM was renamed from WQ_RESCUER Jacob Keller
@ 2016-06-09 23:08 ` Keller, Jacob E
  0 siblings, 0 replies; 2+ messages in thread
From: Keller, Jacob E @ 2016-06-09 23:08 UTC (permalink / raw)
  To: intel-wired-lan

On Thu, 2016-06-09 at 16:06 -0700, Jacob Keller wrote:
> In upstream commit 6370a6ad3b53 ("workqueue: add and use
> WQ_MEM_RECLAIM
> flag", 2010-10-11), the WQ_RESCUER flag was renamed to
> WQ_MEM_RECLAIM.
> Backport the rename here.
> 
> Change-Id: I217de4b3fecbcbdba753de8979f99c43f1053d5f
> Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
> ---
> ?kcompat.h | 2 ++
> ?1 file changed, 2 insertions(+)
> 
> diff --git a/kcompat.h b/kcompat.h ?
> index 3085e3ccd35e..db2f2575298a 100644
> --- a/kcompat.h
> +++ b/kcompat.h
> @@ -3785,6 +3785,8 @@ static inline int
> __kc_netif_set_real_num_rx_queues(struct net_device __always_u
> ?#define ETH_FLAG_RXVLAN (1 << 8)
> ?#endif /* ETH_FLAG_RXVLAN */
> ?
> +#define WQ_MEM_RECLAIM 0
> +
> ?static inline void _kc_skb_checksum_none_assert(struct sk_buff *skb)
> ?{
> ?	WARN_ON(skb->ip_summed != CHECKSUM_NONE);


Woops, wrong mailing list. You can ignore this...

Thanks,
Jake

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-09 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09 23:06 [Intel-wired-lan] [PATCH v2] compat: WQ_MEM_RECLAIM was renamed from WQ_RESCUER Jacob Keller
2016-06-09 23:08 ` Keller, Jacob E

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).