public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jan Ceuleers <jan.ceuleers@gmail.com>
To: Masatake YAMATO <yamato@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 02/15] Declaring udp protocols has its own proc entry
Date: Fri, 10 Aug 2012 20:31:47 +0200	[thread overview]
Message-ID: <50255393.7070400@gmail.com> (raw)
In-Reply-To: <20120810.230559.1897275934845172399.yamato@redhat.com>

On 08/10/2012 04:05 PM, Masatake YAMATO wrote:
> Declaring udp protocols has its own proc entry.
> 
> Signed-off-by: Masatake YAMATO <yamato@redhat.com>
> ---
>  net/ipv4/udp.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
> index b4c3582..2b822ac 100644
> --- a/net/ipv4/udp.c
> +++ b/net/ipv4/udp.c
> @@ -1963,6 +1963,9 @@ struct proto udp_prot = {
>  	.compat_getsockopt = compat_udp_getsockopt,
>  #endif
>  	.clear_sk	   = sk_prot_clear_portaddr_nulls,
> +#ifdef CONFIG_PROC_FS
> +	.has_own_proc_entry= 1,
> +#endif
>  };
>  EXPORT_SYMBOL(udp_prot);
>  
> 

Two points:

- I haven't seen patch 01/15;
- these patches should go to netdev rather than lkml

  reply	other threads:[~2012-08-10 18:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-10 14:05 [PATCH 02/15] Declaring udp protocols has its own proc entry Masatake YAMATO
2012-08-10 18:31 ` Jan Ceuleers [this message]
2012-08-10 19:16   ` Jan Ceuleers
2012-08-11  8:36     ` Masatake YAMATO

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=50255393.7070400@gmail.com \
    --to=jan.ceuleers@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yamato@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox