Re: [PATCH net-next v6 07/15] ethtool: support for netlink notifications
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2019-07-03 13:40:04
Also in:
lkml
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2019-07-03 13:40:04
Also in:
lkml
On Tue, 2019-07-02 at 13:50 +0200, Michal Kubecek wrote:
+static bool ethnl_ok __read_mostly;
Not sure it makes a big difference, but it could probably be __ro_after_init instead? johannes