Commit 0da5f7c6 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by David S. Miller

unix: Remove unused field from unix_sock

The struct sock *other one seem to be unused. Grep and make do not object.
Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 06e30411
...@@ -53,7 +53,6 @@ struct unix_sock { ...@@ -53,7 +53,6 @@ struct unix_sock {
struct path path; struct path path;
struct mutex readlock; struct mutex readlock;
struct sock *peer; struct sock *peer;
struct sock *other;
struct list_head link; struct list_head link;
atomic_long_t inflight; atomic_long_t inflight;
spinlock_t lock; spinlock_t lock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment