Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3542e74 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "RDMA/ipoib: Fix warning caused by destroying non-initial netns"



This reverts commit 64f1fb6a which is
commit a3e74fb9247c ("RDMA/ipoib: Fix warning caused by destroying
non-initial netns") upstream.

It is not needed here as the netns_refund field is not present in this
tree anymore due to some reverts.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: I0c1c729418ba0180cf27227e9b568a65b5e26942
parent 8a905597
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -163,7 +163,6 @@ static size_t ipoib_get_size(const struct net_device *dev)

static struct rtnl_link_ops ipoib_link_ops __read_mostly = {
	.kind		= "ipoib",
	.netns_refund   = true,
	.maxtype	= IFLA_IPOIB_MAX,
	.policy		= ipoib_policy,
	.priv_size	= sizeof(struct ipoib_dev_priv),