projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b4df5
)
[AF_UNIX]: datagram getpeersec fix
author
Andrew Morton
<akpm@osdl.org>
Tue, 4 Jul 2006 02:26:15 +0000
(19:26 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 4 Jul 2006 02:26:15 +0000
(19:26 -0700)
The unix_get_peersec_dgram() stub should have been inlined so that it
disappears.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c
patch
|
blob
|
blame
|
history
diff --git
a/net/unix/af_unix.c
b/net/unix/af_unix.c
index e9a287bc3142b0c5a3020149e96c324d654aaa4e..f70475bfb62a1c19d9d2215dcf479e9381427a9f 100644
(file)
--- a/
net/unix/af_unix.c
+++ b/
net/unix/af_unix.c
@@
-144,7
+144,7
@@
static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb)
scm->seclen = *UNIXSECLEN(skb);
}
#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)