Re: [PATCH 1/2] ipoib mcast sendonly join: Isolate common list remove code

2015-12-11 Thread ira.weiny
On Fri, Dec 11, 2015 at 12:16:53PM -0600, Christoph Lameter wrote: > Code cleanup to remove multicast specific code from ipoib_main.c > > The removal of a list of multicast groups occurs in three places. > Create a new function ipoib_mcast_remove_list(). Use this new > function in ipoib_main.c too

[PATCH 1/2] ipoib mcast sendonly join: Isolate common list remove code

2015-12-11 Thread Christoph Lameter
Code cleanup to remove multicast specific code from ipoib_main.c The removal of a list of multicast groups occurs in three places. Create a new function ipoib_mcast_remove_list(). Use this new function in ipoib_main.c too. That in turn allows the dropping of two functions that were exported from i