mirror of https://gitee.com/openkylin/linux.git
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: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
06e3041164
commit
0da5f7c6d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue