From: Andrew Morton <akpm@linux-foundation.org>
To: Adrian Bunk <bunk@kernel.org>
Cc: linux-kernel@vger.kernel.org, Neil Brown <neilb@suse.de>
Subject: Re: [2.6 patch] fs/drop_caches.c: make 2 functions static
Date: Mon, 18 Feb 2008 05:01:47 -0800 [thread overview]
Message-ID: <20080218050147.17f5ee0b.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080217081746.GI3848@cs181133002.pp.htv.fi>
On Sun, 17 Feb 2008 10:17:46 +0200 Adrian Bunk <bunk@kernel.org> wrote:
> This patch makes the following needlessly global functions static:
> - drop_pagecache()
> - drop_slab()
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
>
> fs/drop_caches.c | 4 ++--
> include/linux/mm.h | 2 --
> 2 files changed, 2 insertions(+), 4 deletions(-)
>
> 32191754eb7aed31406850a082565bc428268a08 diff --git a/fs/drop_caches.c b/fs/drop_caches.c
> index 59375ef..e2c6b65 100644
> --- a/fs/drop_caches.c
> +++ b/fs/drop_caches.c
> @@ -25,7 +25,7 @@ static void drop_pagecache_sb(struct super_block *sb)
> spin_unlock(&inode_lock);
> }
>
> -void drop_pagecache(void)
> +static void drop_pagecache(void)
> {
> struct super_block *sb;
>
> @@ -45,7 +45,7 @@ restart:
> spin_unlock(&sb_lock);
> }
>
> -void drop_slab(void)
> +static void drop_slab(void)
> {
> int nr_objects;
>
This was originally done because Neil said that he planned to use these in
nfsd. I guess that didn't happen, and an additional patch would be needed
here anyway to do the module exports. So.... zap.
next prev parent reply other threads:[~2008-02-18 13:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-17 8:17 Adrian Bunk
2008-02-18 13:01 ` Andrew Morton [this message]
2008-02-18 21:45 ` Neil Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080218050147.17f5ee0b.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bunk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®