Re: PATCH: 2.4.3 tinny module interface cleanum

2001-04-26 Thread Hugh Dickins
On Thu, 26 Apr 2001, Ingo Oeser wrote: > On Thu, Apr 26, 2001 at 10:58:46AM +0200, Martin Dalecki wrote: > > 1. Help making the module interface cleaner by a tinny margin :-). > > You only help changing the API during a stable[1] series. Wait until 2.5 > for this. > > API cannot change during

Re: PATCH: 2.4.3 tinny module interface cleanum

2001-04-26 Thread Martin Dalecki
Ingo Oeser wrote: > > On Thu, Apr 26, 2001 at 10:58:46AM +0200, Martin Dalecki wrote: > > 1. Help making the module interface cleaner by a tinny margin :-). > > You only help changing the API during a stable[1] series. Wait until 2.5 > for this. > > API cannot change during stable series. (ABI

Re: PATCH: 2.4.3 tinny module interface cleanum

2001-04-26 Thread Ingo Oeser
On Thu, Apr 26, 2001 at 10:58:46AM +0200, Martin Dalecki wrote: > 1. Help making the module interface cleaner by a tinny margin :-). You only help changing the API during a stable[1] series. Wait until 2.5 for this. API cannot change during stable series. (ABI can, BTW) So lets just forget

PATCH: 2.4.3 tinny module interface cleanum

2001-04-26 Thread Martin Dalecki
Hello! The following patch is making the get_empty_super() function just local to the place where it's only use is and where it's only use should be: fs/super.c The removal of this symbol from ksyms.c should: 1. Help making the module interface cleaner by a tinny margin :-). 2. shouldn't hurt

PATCH: 2.4.3 tinny module interface cleanum

2001-04-26 Thread Martin Dalecki
Hello! The following patch is making the get_empty_super() function just local to the place where it's only use is and where it's only use should be: fs/super.c The removal of this symbol from ksyms.c should: 1. Help making the module interface cleaner by a tinny margin :-). 2. shouldn't hurt

Re: PATCH: 2.4.3 tinny module interface cleanum

2001-04-26 Thread Ingo Oeser
On Thu, Apr 26, 2001 at 10:58:46AM +0200, Martin Dalecki wrote: 1. Help making the module interface cleaner by a tinny margin :-). You only help changing the API during a stable[1] series. Wait until 2.5 for this. API cannot change during stable series. (ABI can, BTW) So lets just forget

Re: PATCH: 2.4.3 tinny module interface cleanum

2001-04-26 Thread Martin Dalecki
Ingo Oeser wrote: On Thu, Apr 26, 2001 at 10:58:46AM +0200, Martin Dalecki wrote: 1. Help making the module interface cleaner by a tinny margin :-). You only help changing the API during a stable[1] series. Wait until 2.5 for this. API cannot change during stable series. (ABI can,

Re: PATCH: 2.4.3 tinny module interface cleanum

2001-04-26 Thread Hugh Dickins
On Thu, 26 Apr 2001, Ingo Oeser wrote: On Thu, Apr 26, 2001 at 10:58:46AM +0200, Martin Dalecki wrote: 1. Help making the module interface cleaner by a tinny margin :-). You only help changing the API during a stable[1] series. Wait until 2.5 for this. API cannot change during stable