From: Coywolf Qi Hunt <coywolf@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: akpm@osdl.org, christoph@lameter.com, nickpiggin@yahoo.com.au
Subject: Re: + vmscan-rename-functions.patch added to -mm tree
Date: Wed, 15 Feb 2006 10:47:17 +0800 [thread overview]
Message-ID: <2cd57c900602141847m7af4ec7ap@mail.gmail.com> (raw)
In-Reply-To: <200602120605.k1C65QFE028051@shell0.pdx.osdl.net>
2006/2/12, akpm@osdl.org <akpm@osdl.org>:
>
> The patch titled
>
> vmscan: rename functions
>
> has been added to the -mm tree. Its filename is
>
> vmscan-rename-functions.patch
>
> See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
> out what to do about this
>
>
> From: Andrew Morton <akpm@osdl.org>
>
> We have:
>
> try_to_free_pages
> ->shrink_caches(struct zone **zones, ..)
> ->shrink_zone(struct zone *, ...)
> ->shrink_cache(struct zone *, ...)
> ->shrink_list(struct list_head *, ...)
>
> which is fairly irrational.
>
> Rename things so that we have
>
> try_to_free_pages
> ->shrink_zones(struct zone **zones, ..)
> ->shrink_zone(struct zone *, ...)
> ->do_shrink_zone(struct zone *, ...)
> ->shrink_page_list(struct list_head *, ...)
Every time I read this part it annoys me. Thanks.
--
Coywolf Qi Hunt
next parent reply other threads:[~2006-02-15 2:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200602120605.k1C65QFE028051@shell0.pdx.osdl.net>
2006-02-15 2:47 ` Coywolf Qi Hunt [this message]
2006-02-15 3:09 ` + vmscan-rename-functions.patch added to -mm tree Nick Piggin
2006-02-15 6:46 ` Peter Zijlstra
2006-02-15 8:35 ` Nick Piggin
2006-02-15 11:59 ` Peter Zijlstra
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=2cd57c900602141847m7af4ec7ap@mail.gmail.com \
--to=coywolf@gmail.com \
--cc=akpm@osdl.org \
--cc=christoph@lameter.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nickpiggin@yahoo.com.au \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.