public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Adrian Bunk <bunk@kernel.org>, torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] unexport sys_{open,read}
Date: Tue, 29 Jan 2008 00:29:58 +0000	[thread overview]
Message-ID: <20080129002958.GA32567@infradead.org> (raw)
In-Reply-To: <20080128221040.GQ8767@does.not.exist>

On Tue, Jan 29, 2008 at 12:10:40AM +0200, Adrian Bunk wrote:
> Now that they are unused we can finally unexport sys_{open,read}.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>

Linus. any reason this is not in? 

> 
>  fs/open.c       |    1 -
>  fs/read_write.c |    1 -
>  2 files changed, 2 deletions(-)
> 
> eb86553917b5d7dc5c22e584145360ad0460372e 
> diff --git a/fs/open.c b/fs/open.c
> index 4932b4d..21acf85 100644
> --- a/fs/open.c
> +++ b/fs/open.c
> @@ -1061,7 +1061,6 @@ asmlinkage long sys_open(const char __user *filename, int flags, int mode)
>  	prevent_tail_call(ret);
>  	return ret;
>  }
> -EXPORT_UNUSED_SYMBOL_GPL(sys_open); /* To be deleted for 2.6.25 */
>  
>  asmlinkage long sys_openat(int dfd, const char __user *filename, int flags,
>  			   int mode)
> diff --git a/fs/read_write.c b/fs/read_write.c
> index c4d3d17..af2c82f 100644
> --- a/fs/read_write.c
> +++ b/fs/read_write.c
> @@ -366,7 +366,6 @@ asmlinkage ssize_t sys_read(unsigned int fd, char __user * buf, size_t count)
>  
>  	return ret;
>  }
> -EXPORT_UNUSED_SYMBOL_GPL(sys_read); /* to be deleted for 2.6.25 */
>  
>  asmlinkage ssize_t sys_write(unsigned int fd, const char __user * buf, size_t count)
>  {
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
---end quoted text---

  reply	other threads:[~2008-01-29  0:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-28 22:10 [2.6 patch] unexport sys_{open,read} Adrian Bunk
2008-01-29  0:29 ` Christoph Hellwig [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-10-24 16:24 Adrian Bunk
2007-10-24 17:19 ` Alan Cox
2007-10-24 17:21 ` Arjan van de Ven
2007-10-24 18:05   ` Alan Cox

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=20080129002958.GA32567@infradead.org \
    --to=hch@infradead.org \
    --cc=bunk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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