Re: [PATCH] clean up exports in fs/{open,read_write}.c

2007-08-28 Thread Christoph Hellwig
On Mon, Aug 27, 2007 at 03:49:01PM -0700, Arjan van de Ven wrote: > Christoph Hellwig wrote: > >On Fri, Aug 24, 2007 at 11:33:10AM +0800, Eugene Teo wrote: > >>Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use > >>request_firmware instead of sys_*. Since that is the last driver in the

Re: [PATCH] clean up exports in fs/{open,read_write}.c

2007-08-28 Thread Christoph Hellwig
On Mon, Aug 27, 2007 at 03:49:01PM -0700, Arjan van de Ven wrote: Christoph Hellwig wrote: On Fri, Aug 24, 2007 at 11:33:10AM +0800, Eugene Teo wrote: Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use request_firmware instead of sys_*. Since that is the last driver in the kernel

Re: [PATCH] clean up exports in fs/{open,read_write}.c

2007-08-27 Thread Adrian Bunk
On Fri, Aug 24, 2007 at 11:33:10AM +0800, Eugene Teo wrote: > Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use > request_firmware instead of sys_*. Since that is the last driver in the > kernel that uses sys_{read,close}, this patch kills these exports. sys_open > is left exported

Re: [PATCH] clean up exports in fs/{open,read_write}.c

2007-08-27 Thread Arjan van de Ven
Christoph Hellwig wrote: On Fri, Aug 24, 2007 at 11:33:10AM +0800, Eugene Teo wrote: Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use request_firmware instead of sys_*. Since that is the last driver in the kernel that uses sys_{read,close}, this patch kills these exports. sys_open

Re: [PATCH] clean up exports in fs/{open,read_write}.c

2007-08-27 Thread Christoph Hellwig
On Fri, Aug 24, 2007 at 11:33:10AM +0800, Eugene Teo wrote: > Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use > request_firmware instead of sys_*. Since that is the last driver in the > kernel that uses sys_{read,close}, this patch kills these exports. sys_open > is left exported

Re: [PATCH] clean up exports in fs/{open,read_write}.c

2007-08-27 Thread Christoph Hellwig
On Fri, Aug 24, 2007 at 11:33:10AM +0800, Eugene Teo wrote: Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use request_firmware instead of sys_*. Since that is the last driver in the kernel that uses sys_{read,close}, this patch kills these exports. sys_open is left exported for

Re: [PATCH] clean up exports in fs/{open,read_write}.c

2007-08-27 Thread Arjan van de Ven
Christoph Hellwig wrote: On Fri, Aug 24, 2007 at 11:33:10AM +0800, Eugene Teo wrote: Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use request_firmware instead of sys_*. Since that is the last driver in the kernel that uses sys_{read,close}, this patch kills these exports. sys_open

Re: [PATCH] clean up exports in fs/{open,read_write}.c

2007-08-27 Thread Adrian Bunk
On Fri, Aug 24, 2007 at 11:33:10AM +0800, Eugene Teo wrote: Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use request_firmware instead of sys_*. Since that is the last driver in the kernel that uses sys_{read,close}, this patch kills these exports. sys_open is left exported for

[PATCH] clean up exports in fs/{open,read_write}.c

2007-08-23 Thread Eugene Teo
Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use request_firmware instead of sys_*. Since that is the last driver in the kernel that uses sys_{read,close}, this patch kills these exports. sys_open is left exported for sparc64 only. Cc: Takashi Iwai <[EMAIL PROTECTED]> Cc: Christoph

[PATCH] clean up exports in fs/{open,read_write}.c

2007-08-23 Thread Eugene Teo
Takashi-san fixed sound/isa/wavefront/wavefront_synth.c to use request_firmware instead of sys_*. Since that is the last driver in the kernel that uses sys_{read,close}, this patch kills these exports. sys_open is left exported for sparc64 only. Cc: Takashi Iwai [EMAIL PROTECTED] Cc: Christoph