2006/2/12, [email protected] <[email protected]>:
>
> 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 <[email protected]>
>
> 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]