mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:51:00 +07:00
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
Block a user