net-sysfs: move the rtnl unlock up in the xps show helpers
authorAntoine Tenart <atenart@kernel.org>
Thu, 18 Mar 2021 18:37:49 +0000 (19:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Mar 2021 21:56:22 +0000 (14:56 -0700)
commitd7be87a687cc261d663dcf97c01056f71398f9f9
treeb7711f58915ba8992b995d2be1ac8001c6215c6d
parent132f743b01b85b8fae7e1f298bfd81a66b9389a8
net-sysfs: move the rtnl unlock up in the xps show helpers

Now that nr_ids and num_tc are stored in the xps dev_maps, which are RCU
protected, we do not have the need to protect the maps in the rtnl lock.
Move the rtnl unlock up so we reduce the rtnl locking section.

We also increase the reference count on the subordinate device if any,
as we don't want this device to be freed while we use it (now that the
rtnl lock isn't protecting it in the whole function).

Signed-off-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net-sysfs.c