[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1294072608-3172-1-git-send-email-minchan.kim@gmail.com>
Date: Tue, 4 Jan 2011 01:36:48 +0900
From: Minchan Kim <minchan.kim@...il.com>
To: Jiri Kosina <trivial@...nel.org>
Cc: linux-mm <linux-mm@...ck.org>, LKML <linux-kernel@...r.kernel.org>,
Minchan Kim <minchan.kim@...il.com>,
Wu Fengguang <fengguang.wu@...el.com>
Subject: [PATCH] writeback: fix typo of global_dirty_limits comment
Change runtime with real-time
Cc: Wu Fengguang <fengguang.wu@...el.com>
Signed-off-by: Minchan Kim <minchan.kim@...il.com>
---
mm/page-writeback.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/page-writeback.c b/mm/page-writeback.c
index c340536..98b79e2 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
@@ -384,7 +384,7 @@ unsigned long determine_dirtyable_memory(void)
* - vm.dirty_background_ratio or vm.dirty_background_bytes
* - vm.dirty_ratio or vm.dirty_bytes
* The dirty limits will be lifted by 1/4 for PF_LESS_THROTTLE (ie. nfsd) and
- * runtime tasks.
+ * real-time tasks.
*/
void global_dirty_limits(unsigned long *pbackground, unsigned long *pdirty)
{
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists