* [PATCH] net: #ifdef ->sk_security
@ 2008-11-04 5:17 Alexey Dobriyan
2008-11-04 22:46 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2008-11-04 5:17 UTC (permalink / raw)
To: davem; +Cc: netdev
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---
include/net/sock.h | 2 ++
1 file changed, 2 insertions(+)
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -271,7 +271,9 @@ struct sock {
struct sk_buff *sk_send_head;
__u32 sk_sndmsg_off;
int sk_write_pending;
+#ifdef CONFIG_SECURITY
void *sk_security;
+#endif
__u32 sk_mark;
/* XXX 4 bytes hole on 64 bit */
void (*sk_state_change)(struct sock *sk);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] net: #ifdef ->sk_security
2008-11-04 5:17 [PATCH] net: #ifdef ->sk_security Alexey Dobriyan
@ 2008-11-04 22:46 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-11-04 22:46 UTC (permalink / raw)
To: adobriyan; +Cc: netdev
From: Alexey Dobriyan <adobriyan@gmail.com>
Date: Tue, 4 Nov 2008 08:17:43 +0300
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Applied, thanks Alexey.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-04 22:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 5:17 [PATCH] net: #ifdef ->sk_security Alexey Dobriyan
2008-11-04 22:46 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox