unix: Remove unused field from unix_sock
authorPavel Emelyanov <xemul@parallels.com>
Thu, 18 Oct 2012 20:28:28 +0000 (20:28 +0000)
committerDavid 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

index b5f8988e42837b6d703783f6f94dd6b9e4b09cba..0a996a3517edd2e652bb389ca4093d9928e7b974 100644 (file)
@@ -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;