diff options
| author | Pavel Emelyanov <xemul@parallels.com> | 2012-10-18 20:28:28 +0000 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-10-21 20:37:06 -0400 | 
| commit | 0da5f7c6d2a2653e3c8867df5f226e62377a141f (patch) | |
| tree | f070d48d51a66f2732003084cc6c526e3cab4af6 /include | |
| parent | 06e3041164a1c52d6e8a369af8be3827f428272b (diff) | |
| download | olio-linux-3.10-0da5f7c6d2a2653e3c8867df5f226e62377a141f.tar.xz olio-linux-3.10-0da5f7c6d2a2653e3c8867df5f226e62377a141f.zip  | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/af_unix.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h index b5f8988e428..0a996a3517e 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;  |