Re: [2.6 patch] unexport sys_{open,read}

2008-01-28 Thread Christoph Hellwig
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 <[EMAIL PROTECTED]> Linus. any reason this is not in? > > fs/open.c |1 - > fs/read_write.c |1 - > 2 files changed, 2

[2.6 patch] unexport sys_{open,read}

2008-01-28 Thread Adrian Bunk
Now that they are unused we can finally unexport sys_{open,read}. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 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

[2.6 patch] unexport sys_{open,read}

2008-01-28 Thread Adrian Bunk
Now that they are unused we can finally unexport sys_{open,read}. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 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

Re: [2.6 patch] unexport sys_{open,read}

2008-01-28 Thread Christoph Hellwig
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 [EMAIL PROTECTED] Linus. any reason this is not in? fs/open.c |1 - fs/read_write.c |1 - 2 files changed, 2

Re: [2.6 patch] unexport sys_{open,read}

2007-10-24 Thread Alan Cox
> The patch below finally exports sys_open and sys_read now that they're unexports 8) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: [2.6 patch] unexport sys_{open,read}

2007-10-24 Thread Arjan van de Ven
On Wed, 24 Oct 2007 18:24:34 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: > sys_{open,read} can finally be unexported. how about giving it a proper changelog like this: From: Adrian Bunk <[EMAIL PROTECTED]> Subject: unexport sys_open and sys_read sys_open / sys_read were used in the early 1.2

Re: [2.6 patch] unexport sys_{open,read}

2007-10-24 Thread Alan Cox
On Wed, 24 Oct 2007 18:24:34 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: > sys_{open,read} can finally be unexported. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: Alan Cox <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[2.6 patch] unexport sys_{open,read}

2007-10-24 Thread Adrian Bunk
sys_{open,read} can finally be unexported. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch has been sent on: - 9 Sep 2007 - 27 Aug 2007 fs/open.c |1 - fs/read_write.c |1 - 2 files changed, 2 deletions(-) 6f6884f9ee675f2e804c6c58ca46337f9765dd0d diff --git

[2.6 patch] unexport sys_{open,read}

2007-10-24 Thread Adrian Bunk
sys_{open,read} can finally be unexported. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch has been sent on: - 9 Sep 2007 - 27 Aug 2007 fs/open.c |1 - fs/read_write.c |1 - 2 files changed, 2 deletions(-) 6f6884f9ee675f2e804c6c58ca46337f9765dd0d diff --git

Re: [2.6 patch] unexport sys_{open,read}

2007-10-24 Thread Alan Cox
On Wed, 24 Oct 2007 18:24:34 +0200 Adrian Bunk [EMAIL PROTECTED] wrote: sys_{open,read} can finally be unexported. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Alan Cox [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

Re: [2.6 patch] unexport sys_{open,read}

2007-10-24 Thread Arjan van de Ven
On Wed, 24 Oct 2007 18:24:34 +0200 Adrian Bunk [EMAIL PROTECTED] wrote: sys_{open,read} can finally be unexported. how about giving it a proper changelog like this: From: Adrian Bunk [EMAIL PROTECTED] Subject: unexport sys_open and sys_read sys_open / sys_read were used in the early 1.2 days

Re: [2.6 patch] unexport sys_{open,read}

2007-10-24 Thread Alan Cox
The patch below finally exports sys_open and sys_read now that they're unexports 8) - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at