LVS
lvs-devel
Google
 
Web LinuxVirtualServer.org

[PATCH 0/6] Convert some GFP_ATOMIC allocations

To: Simon Horman <horms@xxxxxxxxxxxx>
Subject: [PATCH 0/6] Convert some GFP_ATOMIC allocations
Cc: lvs-devel@xxxxxxxxxxxxxxx
From: Julian Anastasov <ja@xxxxxx>
Date: Fri, 13 Apr 2012 16:49:36 +0300
        Convert mostly schedulers and one place for timeout table.
Only one place is left: register_ip_vs_proto_netns. I hope
someone will fix it together with other changes.

Julian Anastasov (6):
  ipvs: timeout tables do not need GFP_ATOMIC allocation
  ipvs: SH scheduler does not need GFP_ATOMIC allocation
  ipvs: DH scheduler does not need GFP_ATOMIC allocation
  ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init
  ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init
  ipvs: WRR scheduler does not need GFP_ATOMIC allocation

 net/netfilter/ipvs/ip_vs_dh.c    |    2 +-
 net/netfilter/ipvs/ip_vs_lblc.c  |    2 +-
 net/netfilter/ipvs/ip_vs_lblcr.c |    2 +-
 net/netfilter/ipvs/ip_vs_proto.c |    2 +-
 net/netfilter/ipvs/ip_vs_sh.c    |    2 +-
 net/netfilter/ipvs/ip_vs_wrr.c   |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.7.3.4

--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

<Prev in Thread] Current Thread [Next in Thread>