From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: David Miller <davem@davemloft.net>
Cc: linux-sctp@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH] Kill unused macros...
Date: Tue, 17 Jun 2008 12:10:23 +0000 [thread overview]
Message-ID: <4857A9AF.3040707@hp.com> (raw)
In-Reply-To: <20080617.004324.162289618.davem@davemloft.net>
David Miller wrote:
> I noticed this while working on something unrelated in the
> net-next-2.6 tree, applied and pushed to kernel.org
>
> sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.
>
> Signed-off-by: David S. Miller <davem@davemloft.net>
OK, thanks. It looks like there were supposed to be part
of some debug output that didn't get fully removed first
time around.
-vlad
> ---
> include/net/sctp/sctp.h | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h
> index 5672d48..17b932b 100644
> --- a/include/net/sctp/sctp.h
> +++ b/include/net/sctp/sctp.h
> @@ -220,8 +220,6 @@ extern struct kmem_cache *sctp_bucket_cachep __read_mostly;
> #define sctp_release_sock(sk) release_sock(sk)
> #define sctp_bh_lock_sock(sk) bh_lock_sock(sk)
> #define sctp_bh_unlock_sock(sk) bh_unlock_sock(sk)
> -#define SCTP_SOCK_SLEEP_PRE(sk) SOCK_SLEEP_PRE(sk)
> -#define SCTP_SOCK_SLEEP_POST(sk) SOCK_SLEEP_POST(sk)
>
> /* SCTP SNMP MIB stats handlers */
> DECLARE_SNMP_STAT(struct sctp_mib, sctp_statistics);
>
WARNING: multiple messages have this Message-ID (diff)
From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: David Miller <davem@davemloft.net>
Cc: linux-sctp@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH] Kill unused macros...
Date: Tue, 17 Jun 2008 08:10:23 -0400 [thread overview]
Message-ID: <4857A9AF.3040707@hp.com> (raw)
In-Reply-To: <20080617.004324.162289618.davem@davemloft.net>
David Miller wrote:
> I noticed this while working on something unrelated in the
> net-next-2.6 tree, applied and pushed to kernel.org
>
> sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.
>
> Signed-off-by: David S. Miller <davem@davemloft.net>
OK, thanks. It looks like there were supposed to be part
of some debug output that didn't get fully removed first
time around.
-vlad
> ---
> include/net/sctp/sctp.h | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h
> index 5672d48..17b932b 100644
> --- a/include/net/sctp/sctp.h
> +++ b/include/net/sctp/sctp.h
> @@ -220,8 +220,6 @@ extern struct kmem_cache *sctp_bucket_cachep __read_mostly;
> #define sctp_release_sock(sk) release_sock(sk)
> #define sctp_bh_lock_sock(sk) bh_lock_sock(sk)
> #define sctp_bh_unlock_sock(sk) bh_unlock_sock(sk)
> -#define SCTP_SOCK_SLEEP_PRE(sk) SOCK_SLEEP_PRE(sk)
> -#define SCTP_SOCK_SLEEP_POST(sk) SOCK_SLEEP_POST(sk)
>
> /* SCTP SNMP MIB stats handlers */
> DECLARE_SNMP_STAT(struct sctp_mib, sctp_statistics);
>
next prev parent reply other threads:[~2008-06-17 12:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-17 7:43 [PATCH] Kill unused macros David Miller
2008-06-17 7:43 ` David Miller
2008-06-17 12:10 ` Vlad Yasevich [this message]
2008-06-17 12:10 ` Vlad Yasevich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4857A9AF.3040707@hp.com \
--to=vladislav.yasevich@hp.com \
--cc=davem@davemloft.net \
--cc=linux-sctp@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.