Discussion:
[PATCH] net: Convert to using %pOF instead of full_name
David Miller
2017-07-18 21:51:46 UTC
Permalink
From: Rob Herring <***@kernel.org>
Date: Tue, 18 Jul 2017 16:43:19 -0500
Now that we have a custom printf format specifier, convert users of
full_name to use %pOF instead. This is preparation to remove storing
of the full path string for each node.
Acked-by: David S. Miller <***@davemloft.net>
Rob Herring
2017-07-19 15:09:13 UTC
Permalink
Post by David Miller
Date: Tue, 18 Jul 2017 16:43:19 -0500
Now that we have a custom printf format specifier, convert users of
full_name to use %pOF instead. This is preparation to remove storing
of the full path string for each node.
The dependency went into 4.13. You can take this thru netdev.

Rob
David Miller
2017-07-24 20:41:44 UTC
Permalink
From: Rob Herring <***@kernel.org>
Date: Wed, 19 Jul 2017 10:09:13 -0500
Post by Rob Herring
Post by David Miller
Date: Tue, 18 Jul 2017 16:43:19 -0500
Now that we have a custom printf format specifier, convert users of
full_name to use %pOF instead. This is preparation to remove storing
of the full path string for each node.
The dependency went into 4.13. You can take this thru netdev.
Ok, applied to net-next.

Loading...