projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e3041
)
unix: Remove unused field from unix_sock
author
Pavel Emelyanov
<xemul@parallels.com>
Thu, 18 Oct 2012 20:28:28 +0000
(20:28 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 Oct 2012 00:37:06 +0000
(20:37 -0400)
The struct sock *other one seem to be unused. Grep and make do not object.
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/af_unix.h
patch
|
blob
|
history
diff --git
a/include/net/af_unix.h
b/include/net/af_unix.h
index
b5f8988
..
0a996a3
100644
(file)
--- a/
include/net/af_unix.h
+++ b/
include/net/af_unix.h
@@
-53,7
+53,6
@@
struct unix_sock {
struct path path;
struct mutex readlock;
struct sock *peer;
- struct sock *other;
struct list_head link;
atomic_long_t inflight;
spinlock_t lock;