Skip to content
Snippets Groups Projects
Commit 882d02d6 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller
Browse files

[AF_UNIX]: datagram getpeersec fix


The unix_get_peersec_dgram() stub should have been inlined so that it
disappears.

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c1b4df5d
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) ...@@ -144,7 +144,7 @@ static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb)
scm->seclen = *UNIXSECLEN(skb); scm->seclen = *UNIXSECLEN(skb);
} }
#else #else
static void unix_get_peersec_dgram(struct sk_buff *skb) static inline void unix_get_peersec_dgram(struct sk_buff *skb)
{ } { }
static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment