Re: [PATCH -mmotm] mm: setup_per_zone_inactive_ratio - fix commentand make it __init

From: Cyrill Gorcunov
Date: Wed May 06 2009 - 03:03:44 EST


[Minchan Kim - Wed, May 06, 2009 at 03:51:45PM +0900]
| On Wed, 6 May 2009 10:19:23 +0400
| Cyrill Gorcunov <gorcunov@xxxxxxxxxx> wrote:
|
| > The caller of setup_per_zone_inactive_ratio is module_init function.
|
| __init :)
|
| > No need to keep the callee after is completed as well.
| > Also fix a comment.
| >
| > CC: David Rientjes <rientjes@xxxxxxxxxx>
| > Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxxx>
|
| Reviewed-by: Minchan Kim <minchan.kim@xxxxxxxxx>
| I guess the comment was a typo.

Thanks Minchan. Actually it's not a typo :)
module_init function is supposed to be __initcall
function anyway. But it's confusing I could fix
changelog.

-- Cyrill
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/