This is a note to let you know that I've just added the patch titled
ndisc: Add missing inline to ndisc_addr_option_pad
to the 3.10-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ndisc-add-missing-inline-to-ndisc_addr_option_pad.patch
and it can be found in the queue-3.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 5dce790e0555436b087918988bbbd326b756249c Mon Sep 17 00:00:00 2001
From: Joe Perches <[email protected]>
Date: Tue, 30 Jul 2013 10:31:00 -0700
Subject: ndisc: Add missing inline to ndisc_addr_option_pad
From: Joe Perches <[email protected]>
[ Upstream commit d9d10a30964504af834d8d250a0c76d4ae91eb1e ]
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
include/net/ndisc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/net/ndisc.h
+++ b/include/net/ndisc.h
@@ -119,7 +119,7 @@ extern struct ndisc_options *ndisc_parse
* if RFC 3831 IPv6-over-Fibre Channel is ever implemented it may
* also need a pad of 2.
*/
-static int ndisc_addr_option_pad(unsigned short type)
+static inline int ndisc_addr_option_pad(unsigned short type)
{
switch (type) {
case ARPHRD_INFINIBAND: return 2;
Patches currently in stable-queue which might be from [email protected] are
queue-3.10/ndisc-add-missing-inline-to-ndisc_addr_option_pad.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html