Re: [ovs-dev] [groups v2 1/2] list: New function list_move().

2013-08-29 Thread Ben Pfaff
On Thu, Aug 29, 2013 at 04:43:43PM +0900, Simon Horman wrote: > On Wed, Aug 28, 2013 at 11:55:36PM -0700, Ben Pfaff wrote: > > An upcoming commit will add more users. > > > > Signed-off-by: Ben Pfaff > > Reviewed-by: Simon Horman > > I see no particular harm in applying this, list_move() > is

Re: [ovs-dev] [groups v2 1/2] list: New function list_move().

2013-08-29 Thread Simon Horman
On Wed, Aug 28, 2013 at 11:55:36PM -0700, Ben Pfaff wrote: > An upcoming commit will add more users. > > Signed-off-by: Ben Pfaff Reviewed-by: Simon Horman I see no particular harm in applying this, list_move() is already used twice. > --- > lib/list.c | 14 ++ > li

[ovs-dev] [groups v2 1/2] list: New function list_move().

2013-08-28 Thread Ben Pfaff
An upcoming commit will add more users. Signed-off-by: Ben Pfaff --- lib/list.c | 14 ++ lib/list.h |3 ++- ofproto/ofproto-dpif.c | 22 ++ 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/lib/list.c b/lib/list.c ind