diff options
author | Wanpeng Li <liwp@linux.vnet.ibm.com> | 2012-06-16 21:27:18 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-28 05:58:48 -0400 |
commit | ab8704b8c6ec6bc8560c72969d02d2682b4a2291 (patch) | |
tree | 954f7a2e582511973e9ba616b8443283cd565dac /mm/vmscan.c | |
parent | 46028e6d10cbf9ccd5fb49aa0c23a430f314144c (diff) |
mm/vmscan: cleanup comment error in balance_pgdat
Signed-off-by: Wanpeng Li <liwp.linux@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r-- | mm/vmscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index 091ab8f88333..3d1365c17868 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -2864,7 +2864,7 @@ loop_again: | |||
2864 | * consider it to be no longer congested. It's | 2864 | * consider it to be no longer congested. It's |
2865 | * possible there are dirty pages backed by | 2865 | * possible there are dirty pages backed by |
2866 | * congested BDIs but as pressure is relieved, | 2866 | * congested BDIs but as pressure is relieved, |
2867 | * spectulatively avoid congestion waits | 2867 | * speculatively avoid congestion waits |
2868 | */ | 2868 | */ |
2869 | zone_clear_flag(zone, ZONE_CONGESTED); | 2869 | zone_clear_flag(zone, ZONE_CONGESTED); |
2870 | if (i <= *classzone_idx) | 2870 | if (i <= *classzone_idx) |