* [PATCH]mm/oom_kill.c: cleanup kerneldoc of badness()
@ 2008-10-25 16:21 Qinghuang Feng
2008-10-25 17:45 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Qinghuang Feng @ 2008-10-25 16:21 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: linux-kernel, linux-mm
Paramter @mem has been removed since v2.6.26, now delete it's comment.
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
---
diff --git a/mm/oom_kill.c b/mm/oom_kill.c
index 64e5b4b..460f90e 100644
--- a/mm/oom_kill.c
+++ b/mm/oom_kill.c
@@ -38,7 +38,6 @@ static DEFINE_SPINLOCK(zone_scan_mutex);
* badness - calculate a numeric value for how bad this task has been
* @p: task struct of which task we should calculate
* @uptime: current uptime in seconds
- * @mem: target memory controller
*
* The formula used is relatively simple and documented inline in the
* function. The main rationale is that we want to select a good task
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH]mm/oom_kill.c: cleanup kerneldoc of badness()
2008-10-25 16:21 [PATCH]mm/oom_kill.c: cleanup kerneldoc of badness() Qinghuang Feng
@ 2008-10-25 17:45 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2008-10-25 17:45 UTC (permalink / raw)
To: Qinghuang Feng; +Cc: linux-kernel, linux-mm
On Sun, 26 Oct 2008 00:21:08 +0800 Qinghuang Feng wrote:
> Paramter @mem has been removed since v2.6.26, now delete it's comment.
>
> Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Thanks.
> ---
> diff --git a/mm/oom_kill.c b/mm/oom_kill.c
> index 64e5b4b..460f90e 100644
> --- a/mm/oom_kill.c
> +++ b/mm/oom_kill.c
> @@ -38,7 +38,6 @@ static DEFINE_SPINLOCK(zone_scan_mutex);
> * badness - calculate a numeric value for how bad this task has been
> * @p: task struct of which task we should calculate
> * @uptime: current uptime in seconds
> - * @mem: target memory controller
> *
> * The formula used is relatively simple and documented inline in the
> * function. The main rationale is that we want to select a good task
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-25 17:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-25 16:21 [PATCH]mm/oom_kill.c: cleanup kerneldoc of badness() Qinghuang Feng
2008-10-25 17:45 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox