Re: [PATCHv7 2/5] rtnetlink: send a single notification on device state changes

2007-12-03 Thread Jarek Poplawski
On 03-12-2007 12:40, Laszlo Attila Toth wrote: > Jarek Poplawski írta: >> Laszlo Attila Toth wrote, On 11/29/2007 05:11 PM: >> >>> In do_setlink() a single ntification is sent at the end of the function >>> if any modification occured. If the address has been changed, another >>> notification is se

Re: [PATCHv7 2/5] rtnetlink: send a single notification on device state changes

2007-12-03 Thread Laszlo Attila Toth
Jarek Poplawski írta: Laszlo Attila Toth wrote, On 11/29/2007 05:11 PM: In do_setlink() a single ntification is sent at the end of the function if any modification occured. If the address has been changed, another notification is sent. ... @@ -858,6 +859,7 @@ static int do_setlink(struct n

Re: [PATCHv7 2/5] rtnetlink: send a single notification on device state changes

2007-11-30 Thread Jarek Poplawski
Laszlo Attila Toth wrote, On 11/29/2007 05:11 PM: > In do_setlink() a single ntification is sent at the end of the function > if any modification occured. If the address has been changed, another > notification is sent. ... > @@ -858,6 +859,7 @@ static int do_setlink(struct net_device *dev, str

[PATCHv7 2/5] rtnetlink: send a single notification on device state changes

2007-11-29 Thread Laszlo Attila Toth
In do_setlink() a single ntification is sent at the end of the function if any modification occured. If the address has been changed, another notification is sent. Signed-off-by: Laszlo Attila Toth <[EMAIL PROTECTED]> --- net/core/rtnetlink.c | 27 --- 1 files changed,