All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition
@ 2011-01-20  9:12 ` Shan Wei
  0 siblings, 0 replies; 6+ messages in thread
From: Shan Wei @ 2011-01-20  9:12 UTC (permalink / raw)
  To: dccp

Remove unused DCCP_STATE_MASK macro.


Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
---
 include/linux/dccp.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/linux/dccp.h b/include/linux/dccp.h
index 010e2d8..d638e85 100644
--- a/include/linux/dccp.h
+++ b/include/linux/dccp.h
@@ -279,8 +279,6 @@ enum dccp_state {
 	DCCP_MAX_STATES
 };
 
-#define DCCP_STATE_MASK 0x1f
-
 enum {
 	DCCPF_OPEN	      = TCPF_ESTABLISHED,
 	DCCPF_REQUESTING      = TCPF_SYN_SENT,
-- 
1.6.3.3

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

* [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition
@ 2011-01-20  9:12 ` Shan Wei
  0 siblings, 0 replies; 6+ messages in thread
From: Shan Wei @ 2011-01-20  9:12 UTC (permalink / raw)
  To: acme, dccp, Network-Maillist, David Miller, Gerrit Renker

Remove unused DCCP_STATE_MASK macro.


Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
---
 include/linux/dccp.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/linux/dccp.h b/include/linux/dccp.h
index 010e2d8..d638e85 100644
--- a/include/linux/dccp.h
+++ b/include/linux/dccp.h
@@ -279,8 +279,6 @@ enum dccp_state {
 	DCCP_MAX_STATES
 };
 
-#define DCCP_STATE_MASK 0x1f
-
 enum {
 	DCCPF_OPEN	      = TCPF_ESTABLISHED,
 	DCCPF_REQUESTING      = TCPF_SYN_SENT,
-- 
1.6.3.3

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

* Re: [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK
  2011-01-20  9:12 ` Shan Wei
@ 2011-01-20 11:38   ` gerrit
  -1 siblings, 0 replies; 6+ messages in thread
From: gerrit @ 2011-01-20 11:38 UTC (permalink / raw)
  To: dccp

> Remove unused DCCP_STATE_MASK macro.
>
>
> Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Acked-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>

> --- a/include/linux/dccp.h
> +++ b/include/linux/dccp.h
> @@ -279,8 +279,6 @@ enum dccp_state {
>  	DCCP_MAX_STATES
>  };
>
> -#define DCCP_STATE_MASK 0x1f


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

* Re: [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition
@ 2011-01-20 11:38   ` gerrit
  0 siblings, 0 replies; 6+ messages in thread
From: gerrit @ 2011-01-20 11:38 UTC (permalink / raw)
  To: Shan Wei; +Cc: acme, dccp, Network-Maillist, David Miller, Gerrit Renker

> Remove unused DCCP_STATE_MASK macro.
>
>
> Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Acked-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>

> --- a/include/linux/dccp.h
> +++ b/include/linux/dccp.h
> @@ -279,8 +279,6 @@ enum dccp_state {
>  	DCCP_MAX_STATES
>  };
>
> -#define DCCP_STATE_MASK 0x1f


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

* Re: [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK
  2011-01-20 11:38   ` [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition gerrit
@ 2011-01-21  1:00   ` David Miller
  -1 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2011-01-21  1:00 UTC (permalink / raw)
  To: dccp

From: gerrit@erg.abdn.ac.uk
Date: Thu, 20 Jan 2011 11:38:41 -0000 (GMT)

>> Remove unused DCCP_STATE_MASK macro.
>>
>>
>> Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
> Acked-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>

Applied.

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

* Re: [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition
@ 2011-01-21  1:00   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2011-01-21  1:00 UTC (permalink / raw)
  To: gerrit; +Cc: shanwei, acme, dccp, netdev

From: gerrit@erg.abdn.ac.uk
Date: Thu, 20 Jan 2011 11:38:41 -0000 (GMT)

>> Remove unused DCCP_STATE_MASK macro.
>>
>>
>> Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
> Acked-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>

Applied.

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

end of thread, other threads:[~2011-01-21  1:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20  9:12 [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition Shan Wei
2011-01-20  9:12 ` Shan Wei
2011-01-20 11:38 ` [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK gerrit
2011-01-20 11:38   ` [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition gerrit
2011-01-21  1:00 ` [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK David Miller
2011-01-21  1:00   ` [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.