Re: [2.6 patch] fs/drop_caches.c: make 2 functions static

2008-02-18 Thread Neil Brown
On Monday February 18, [EMAIL PROTECTED] wrote: > On Sun, 17 Feb 2008 10:17:46 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > This patch makes the following needlessly global functions static: > > - drop_pagecache() > > - drop_slab() > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> .. >

Re: [2.6 patch] fs/drop_caches.c: make 2 functions static

2008-02-18 Thread Andrew Morton
On Sun, 17 Feb 2008 10:17:46 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: > This patch makes the following needlessly global functions static: > - drop_pagecache() > - drop_slab() > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > > fs/drop_caches.c |4 ++-- > include/linux/mm.