Re: [PATCH net-next v2 6/7] netlink: rename private flags and states
From: Thomas Graf <tgraf@suug.ch>
Date: 2015-05-07 11:49:59
From: Thomas Graf <tgraf@suug.ch>
Date: 2015-05-07 11:49:59
On 05/07/15 at 11:02am, Nicolas Dichtel wrote:
These flags and states have the same prefix (NETLINK_) that netlink socket options. To avoid confusion and to be able to name a flag like a socket option, let's use an other prefix: NETLINK_[S|F]_. Note: a comment has been fixed, it was talking about NETLINK_RECV_NO_ENOBUFS socket option instead of NETLINK_NO_ENOBUFS. Signed-off-by: Nicolas Dichtel <redacted>
Acked-by: Thomas Graf <tgraf@suug.ch>