netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] unix: Remove unused field from unix_sock
@ 2012-10-12 14:53 Pavel Emelyanov
  2012-10-12 19:26 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Emelyanov @ 2012-10-12 14:53 UTC (permalink / raw)
  To: David Miller, Linux Netdev List

The struct sock *other one seem to be unused. Grep and make do not object.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>

---

diff --git a/include/net/af_unix.h b/include/net/af_unix.h
index b5f8988..0a996a3 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;

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next] unix: Remove unused field from unix_sock
  2012-10-12 14:53 Pavel Emelyanov
@ 2012-10-12 19:26 ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2012-10-12 19:26 UTC (permalink / raw)
  To: xemul; +Cc: netdev

From: Pavel Emelyanov <xemul@parallels.com>
Date: Fri, 12 Oct 2012 18:53:10 +0400

> The struct sock *other one seem to be unused. Grep and make do not object.
> 
> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>

Please resend this when net-next opens back up, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH net-next] unix: Remove unused field from unix_sock
@ 2012-10-19  6:28 Pavel Emelyanov
  2012-10-22  0:37 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Emelyanov @ 2012-10-19  6:28 UTC (permalink / raw)
  To: David Miller, Linux Netdev List

The struct sock *other one seem to be unused. Grep and make do not object.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>

---

diff --git a/include/net/af_unix.h b/include/net/af_unix.h
index b5f8988..0a996a3 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;

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next] unix: Remove unused field from unix_sock
  2012-10-19  6:28 [PATCH net-next] unix: Remove unused field from unix_sock Pavel Emelyanov
@ 2012-10-22  0:37 ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2012-10-22  0:37 UTC (permalink / raw)
  To: xemul; +Cc: netdev

From: Pavel Emelyanov <xemul@parallels.com>
Date: Fri, 19 Oct 2012 10:28:28 +0400

> The struct sock *other one seem to be unused. Grep and make do not object.
> 
> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>

Applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-22  0:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19  6:28 [PATCH net-next] unix: Remove unused field from unix_sock Pavel Emelyanov
2012-10-22  0:37 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2012-10-12 14:53 Pavel Emelyanov
2012-10-12 19:26 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).