Re: [-mm patch] unionfs: make functions static

2007-07-02 Thread Josef Sipek
On Mon, Jul 02, 2007 at 04:27:59AM +0200, Adrian Bunk wrote: > On Sun, Jul 01, 2007 at 09:42:49PM -0400, Josef Sipek wrote: > > On Sun, Jul 01, 2007 at 10:23:30PM +0200, Adrian Bunk wrote: > > > This patch makes some needlessly global functions static. > > > > > ... > > > --- linux-2.6.22-rc6-mm1/

Re: [-mm patch] unionfs: make functions static

2007-07-01 Thread Adrian Bunk
On Sun, Jul 01, 2007 at 09:42:49PM -0400, Josef Sipek wrote: > On Sun, Jul 01, 2007 at 10:23:30PM +0200, Adrian Bunk wrote: > > This patch makes some needlessly global functions static. > > > ... > > --- linux-2.6.22-rc6-mm1/fs/unionfs/lookup.c.old2007-07-01 > > 00:05:02.0 +0200 > > +

Re: [-mm patch] unionfs: make functions static

2007-07-01 Thread Satyam Sharma
Hi, [ Cc:'s trimmed ] On 7/2/07, Josef Sipek <[EMAIL PROTECTED]> wrote: On Sun, Jul 01, 2007 at 10:23:30PM +0200, Adrian Bunk wrote: > This patch makes some needlessly global functions static. > ... > --- linux-2.6.22-rc6-mm1/fs/unionfs/lookup.c.old 2007-07-01 00:05:02.0 +0200 > +

Re: [-mm patch] unionfs: make functions static

2007-07-01 Thread Josef Sipek
On Sun, Jul 01, 2007 at 10:23:30PM +0200, Adrian Bunk wrote: > This patch makes some needlessly global functions static. > ... > --- linux-2.6.22-rc6-mm1/fs/unionfs/lookup.c.old 2007-07-01 > 00:05:02.0 +0200 > +++ linux-2.6.22-rc6-mm1/fs/unionfs/lookup.c 2007-07-01 00:06:05.

[-mm patch] unionfs: make functions static

2007-07-01 Thread Adrian Bunk
This patch makes some needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/unionfs/lookup.c |4 +++- fs/unionfs/mmap.c | 14 +++--- fs/unionfs/union.h |1 - 3 files changed, 10 insertions(+), 9 deletions(-) --- linux-2.6.22-rc6-mm1/fs/u