search for: b694184

Displaying 2 results from an estimated 2 matches for "b694184".

Did you mean: 369418
2019 Apr 02
0
[PATCH net v5] failover: allow name change on IFF_UP slave interfaces
...; - Sync up code with latest net-next (Sridhar) > - Use proper structure initialization (Stephen, Jiri) > --- > net/core/dev.c | 25 ++++++++++++++++++++++++- > 1 file changed, 24 insertions(+), 1 deletion(-) > > diff --git a/net/core/dev.c b/net/core/dev.c > index 9823b77..b694184 100644 > --- a/net/core/dev.c > +++ b/net/core/dev.c > @@ -1185,7 +1185,21 @@ int dev_change_name(struct net_device *dev, const char *newname) > BUG_ON(!dev_net(dev)); > > net = dev_net(dev); > - if (dev->flags & IFF_UP) > + > + /* Allow failover slave to...
2019 Apr 02
0
[PATCH net v5] failover: allow name change on IFF_UP slave interfaces
...se proper structure initialization (Stephen, Jiri) > --- Acked-by: Michael S. Tsirkin <mst at redhat.com> > net/core/dev.c | 25 ++++++++++++++++++++++++- > 1 file changed, 24 insertions(+), 1 deletion(-) > > diff --git a/net/core/dev.c b/net/core/dev.c > index 9823b77..b694184 100644 > --- a/net/core/dev.c > +++ b/net/core/dev.c > @@ -1185,7 +1185,21 @@ int dev_change_name(struct net_device *dev, const char *newname) > BUG_ON(!dev_net(dev)); > > net = dev_net(dev); > - if (dev->flags & IFF_UP) > + > + /* Allow failover slave to ren...