[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fc657f3d-0a6d-1df1-6373-e170dbdbee25@gmail.com>
Date: Wed, 4 Oct 2017 09:16:20 -0700
From: David Ahern <dsahern@...il.com>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org, j.vosburgh@...il.com, vfalico@...il.com,
andy@...yhouse.net, jiri@...lanox.com, idosch@...lanox.com,
davem@...emloft.net, bridge@...ts.linux-foundation.org
Subject: Re: [PATCH net-next 6/7] net: bridge: Pass extack to down to
netdev_master_upper_dev_link
On 10/4/17 8:13 AM, Stephen Hemminger wrote:
> On Tue, 3 Oct 2017 21:58:53 -0700
> David Ahern <dsahern@...il.com> wrote:
>
>> Pass extack arg to br_add_if. Add messages for a couple of failures
>> and pass arg to netdev_master_upper_dev_link.
>>
>> Signed-off-by: David Ahern <dsahern@...il.com>
>
> This looks good. You might want to pass the netlink_ext_ack down as
> an immutable pointer (const).
Can't mark extack as const. The NL_SET_ERR_MSG sets _msg to the passed
in string.
>
> Acked-by: Stephen Hemminger <stephen@...workplumber.org>
>
Powered by blists - more mailing lists