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 o