Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1362036 > unrolled thread
| Started by | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| First post | 2016-03-21 18:40 +0100 |
| Last post | 2016-03-21 20:30 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ipv6: remove unused in6_addr struct Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-03-21 18:40 +0100
Re: [PATCH] ipv6: remove unused in6_addr struct David Miller <davem@davemloft.net> - 2016-03-21 19:20 +0100
Re: [PATCH] ipv6: remove unused in6_addr struct Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-03-21 20:30 +0100
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-03-21 18:40 +0100 |
| Subject | [PATCH] ipv6: remove unused in6_addr struct |
| Message-ID | <rfbY8-vn-31@gated-at.bofh.it> |
struct in6_addr isn't used anymore in inet6_connection_sock.h, removing
the forward declaration.
Fixes: 1b33bc3e9e90 ("ipv6: remove obsolete inet6 functions")
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
---
include/net/inet6_connection_sock.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/inet6_connection_sock.h b/include/net/inet6_connection_sock.h
index 064cfbe..954ad6b 100644
--- a/include/net/inet6_connection_sock.h
+++ b/include/net/inet6_connection_sock.h
@@ -15,7 +15,6 @@
#include <linux/types.h>
-struct in6_addr;
struct inet_bind_bucket;
struct request_sock;
struct sk_buff;
--
2.6.4
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-03-21 19:20 +0100 |
| Message-ID | <rfcAN-Zv-7@gated-at.bofh.it> |
| In reply to | #1362036 |
From: Luis de Bethencourt <luisbg@osg.samsung.com>
Date: Mon, 21 Mar 2016 17:37:28 +0000
> struct in6_addr isn't used anymore in inet6_connection_sock.h, removing
> the forward declaration.
>
> Fixes: 1b33bc3e9e90 ("ipv6: remove obsolete inet6 functions")
> Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Applied, thank you.
[toc] | [prev] | [next] | [standalone]
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Date | 2016-03-21 20:30 +0100 |
| Message-ID | <rfdGz-1FG-53@gated-at.bofh.it> |
| In reply to | #1362060 |
On 21/03/16 18:13, David Miller wrote:
> From: Luis de Bethencourt <luisbg@osg.samsung.com>
> Date: Mon, 21 Mar 2016 17:37:28 +0000
>
>> struct in6_addr isn't used anymore in inet6_connection_sock.h, removing
>> the forward declaration.
>>
>> Fixes: 1b33bc3e9e90 ("ipv6: remove obsolete inet6 functions")
>> Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
>
> Applied, thank you.
>
Thank you for all the recent reviews David :)
Luis
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web