* [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition @ 2011-01-20 9:12 Shan Wei 2011-01-20 11:38 ` gerrit 0 siblings, 1 reply; 3+ 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] 3+ messages in thread
* Re: [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition 2011-01-20 9:12 [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition Shan Wei @ 2011-01-20 11:38 ` gerrit 2011-01-21 1:00 ` David Miller 0 siblings, 1 reply; 3+ 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] 3+ messages in thread
* Re: [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition 2011-01-20 11:38 ` gerrit @ 2011-01-21 1:00 ` David Miller 0 siblings, 0 replies; 3+ 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] 3+ messages in thread
end of thread, other threads:[~2011-01-21 1:00 UTC | newest] Thread overview: 3+ 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 11:38 ` gerrit 2011-01-21 1:00 ` 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).