linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/vmscan: cleanup comment error in balance_pgdat
@ 2012-06-17  1:27 Wanpeng Li
  2012-06-17  1:53 ` David Rientjes
  0 siblings, 1 reply; 5+ messages in thread
From: Wanpeng Li @ 2012-06-17  1:27 UTC (permalink / raw)
  To: linux-mm
  Cc: Jiri Kosina, linux-kernel, Andrew Morton, KAMEZAWA Hiroyuki,
	Mel Gorman, Minchan Kim, Hugh Dickins, Wanpeng Li

From: Wanpeng Li <liwp@linux.vnet.ibm.com>

Signed-off-by: Wanpeng Li <liwp.linux@gmail.com>
---
 mm/vmscan.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 2fc16cf..375d073 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -2539,7 +2539,7 @@ loop_again:
 				 * consider it to be no longer congested. It's
 				 * possible there are dirty pages backed by
 				 * congested BDIs but as pressure is relieved,
-				 * spectulatively avoid congestion waits
+				 * speculatively avoid congestion waits
 				 */
 				zone_clear_flag(zone, ZONE_CONGESTED);
 				if (i <= *classzone_idx)
-- 
1.7.9.5

--
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 related	[flat|nested] 5+ messages in thread

* Re: [PATCH] mm/vmscan: cleanup comment error in balance_pgdat
  2012-06-17  1:27 [PATCH] mm/vmscan: cleanup comment error in balance_pgdat Wanpeng Li
@ 2012-06-17  1:53 ` David Rientjes
  2012-06-17  2:04   ` Wanpeng Li
  0 siblings, 1 reply; 5+ messages in thread
From: David Rientjes @ 2012-06-17  1:53 UTC (permalink / raw)
  To: Wanpeng Li
  Cc: linux-mm, Jiri Kosina, linux-kernel, Andrew Morton,
	KAMEZAWA Hiroyuki, Mel Gorman, Minchan Kim, Hugh Dickins

On Sun, 17 Jun 2012, Wanpeng Li wrote:

> From: Wanpeng Li <liwp@linux.vnet.ibm.com>
> 
> Signed-off-by: Wanpeng Li <liwp.linux@gmail.com>

I think it would be better to do per-subsystem audits like this in a 
single patch, i.e. one patch for mm/*, one patch for net/*, etc, get it 
acked, and then ask for it to be merged after an -rc1 release to avoid 
lots of conflicts with other people's work.

--
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] 5+ messages in thread

* Re: [PATCH] mm/vmscan: cleanup comment error in balance_pgdat
  2012-06-17  1:53 ` David Rientjes
@ 2012-06-17  2:04   ` Wanpeng Li
  2012-06-17  2:11     ` David Rientjes
  0 siblings, 1 reply; 5+ messages in thread
From: Wanpeng Li @ 2012-06-17  2:04 UTC (permalink / raw)
  To: David Rientjes
  Cc: Jiri Kosina, linux-kernel, Andrew Morton, KAMEZAWA Hiroyuki,
	Mel Gorman, Minchan Kim, Hugh Dickins, Wanpeng Li, linux-mm

On Sat, Jun 16, 2012 at 06:53:02PM -0700, David Rientjes wrote:
>On Sun, 17 Jun 2012, Wanpeng Li wrote:
>
>> From: Wanpeng Li <liwp@linux.vnet.ibm.com>
>> 
>> Signed-off-by: Wanpeng Li <liwp.linux@gmail.com>
>
>I think it would be better to do per-subsystem audits like this in a 
>single patch, i.e. one patch for mm/*, one patch for net/*, etc, get it 

thank you David

>acked, and then ask for it to be merged after an -rc1 release to avoid 
>lots of conflicts with other people's work.

You mean trivial maintainer only pull trivial patches for -rc1 release ?

Regards,
Wanpeng Li

--
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] 5+ messages in thread

* Re: [PATCH] mm/vmscan: cleanup comment error in balance_pgdat
  2012-06-17  2:04   ` Wanpeng Li
@ 2012-06-17  2:11     ` David Rientjes
  2012-06-17  2:14       ` Wanpeng Li
  0 siblings, 1 reply; 5+ messages in thread
From: David Rientjes @ 2012-06-17  2:11 UTC (permalink / raw)
  To: Wanpeng Li
  Cc: Jiri Kosina, linux-kernel, Andrew Morton, KAMEZAWA Hiroyuki,
	Mel Gorman, Minchan Kim, Hugh Dickins, linux-mm

On Sun, 17 Jun 2012, Wanpeng Li wrote:

> >acked, and then ask for it to be merged after an -rc1 release to avoid 
> >lots of conflicts with other people's work.
> 
> You mean trivial maintainer only pull trivial patches for -rc1 release ?
> 

It all depends on how big your patch turns out to be; if it's sufficiently 
large then it would probably be best to wait for -rc1, rebase your patch 
to it, carry any acks that you have received, and ask it to be merged for 
-rc2 to reduce conflicts with other code being pushed during the merge 
window.  Otherwise, just make a big patch and ask Andrew to carry it in 
the -mm tree but make sure to base it off linux-next as it sits today.  
You'll want to clone 
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

--
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] 5+ messages in thread

* Re: [PATCH] mm/vmscan: cleanup comment error in balance_pgdat
  2012-06-17  2:11     ` David Rientjes
@ 2012-06-17  2:14       ` Wanpeng Li
  0 siblings, 0 replies; 5+ messages in thread
From: Wanpeng Li @ 2012-06-17  2:14 UTC (permalink / raw)
  To: David Rientjes
  Cc: Jiri Kosina, linux-kernel, Andrew Morton, KAMEZAWA Hiroyuki,
	Mel Gorman, Minchan Kim, Hugh Dickins, Wanpeng Li, linux-mm

On Sat, Jun 16, 2012 at 07:11:09PM -0700, David Rientjes wrote:
>On Sun, 17 Jun 2012, Wanpeng Li wrote:
>
>> >acked, and then ask for it to be merged after an -rc1 release to avoid 
>> >lots of conflicts with other people's work.
>> 
>> You mean trivial maintainer only pull trivial patches for -rc1 release ?
>> 
>
>It all depends on how big your patch turns out to be; if it's sufficiently 
>large then it would probably be best to wait for -rc1, rebase your patch 
>to it, carry any acks that you have received, and ask it to be merged for 
>-rc2 to reduce conflicts with other code being pushed during the merge 
>window.  Otherwise, just make a big patch and ask Andrew to carry it in 
>the -mm tree but make sure to base it off linux-next as it sits today.  
>You'll want to clone 
>git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

Thank you David, thanks for your quick response.

Best Regards,
Wanpeng Li

--
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] 5+ messages in thread

end of thread, other threads:[~2012-06-17  2:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-17  1:27 [PATCH] mm/vmscan: cleanup comment error in balance_pgdat Wanpeng Li
2012-06-17  1:53 ` David Rientjes
2012-06-17  2:04   ` Wanpeng Li
2012-06-17  2:11     ` David Rientjes
2012-06-17  2:14       ` Wanpeng Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).