public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Adrian Bunk <bunk@stusta.de>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] fs/namei.c: EXPORT_UNUSED_SYMBOL
Date: Fri, 30 Jun 2006 19:08:23 +0100	[thread overview]
Message-ID: <20060630180823.GA321@infradead.org> (raw)
In-Reply-To: <20060630113309.GU19712@stusta.de>

On Fri, Jun 30, 2006 at 01:33:09PM +0200, Adrian Bunk wrote:
> This patch marks an unused export as EXPORT_UNUSED_SYMBOL.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> --- linux-2.6.17-mm4-full/fs/namei.c.old	2006-06-30 04:01:55.000000000 +0200
> +++ linux-2.6.17-mm4-full/fs/namei.c	2006-06-30 04:02:47.000000000 +0200
> @@ -2785,7 +2785,7 @@
>  	.put_link	= page_put_link,
>  };
>  
> -EXPORT_SYMBOL(__user_walk);
> +EXPORT_UNUSED_SYMBOL(__user_walk);  /*  June 2006  */

This can just go away ASAP.  People who need it can just __user_walk_fd
with AT_FDCWD as dfd argument.  While you're at it please kill the whole
function, not just the export.


      reply	other threads:[~2006-06-30 18:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-30 11:33 [2.6 patch] fs/namei.c: EXPORT_UNUSED_SYMBOL Adrian Bunk
2006-06-30 18:08 ` Christoph Hellwig [this message]

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=20060630180823.GA321@infradead.org \
    --to=hch@infradead.org \
    --cc=akpm@osdl.org \
    --cc=bunk@stusta.de \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox