From: Pavel Emelyanov Date: Thu, 18 Oct 2012 20:28:28 +0000 (+0000) Subject: unix: Remove unused field from unix_sock X-Git-Tag: v3.8-rc1~139^2~622 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0da5f7c6d2a2653e3c8867df5f226e62377a141f;p=thirdparty%2Fkernel%2Flinux.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 Signed-off-by: David S. Miller --- diff --git a/include/net/af_unix.h b/include/net/af_unix.h index b5f8988e42837..0a996a3517edd 100644 --- 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;