linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] mm: trivial cleanups
@ 2012-01-01  7:39 Hugh Dickins
  2012-01-01  7:41 ` [PATCH 1/6] mm: fewer underscores in ____pagevec_lru_add Hugh Dickins
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Hugh Dickins @ 2012-01-01  7:39 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Johannes Weiner, KOSAKI Motohiro, linux-mm

Six trivial cleanups to some mm files, mainly swap.c and vmscan.c.
The last less trivial than the others, renaming putback_lru_pages and
rearranging a little of the stats updating.  That one does assume my
"mm: take pagevecs off reclaim stack" is still in mmotm/next: should
be easy to settle its lock-hold-time if that's still a worry.

(I did have a patch to factor isolate_lumpy_pages out of isolate_lru_pages;
but lumpy remains a battleground of frequent little fixups, so I think it
will be easier for everyone if I leave it as is for now, and cope with
the deep indentation later on.)

[PATCH 1/6] mm: fewer underscores in ____pagevec_lru_add
[PATCH 2/6] mm: no blank line after EXPORT_SYMBOL in swap.c
[PATCH 3/6] mm: enum lru_list lru
[PATCH 4/6] mm: remove del_page_from_lru, add page_off_lru
[PATCH 5/6] mm: remove isolate_pages
[PATCH 6/6] mm: rearrange putback_inactive_pages

 include/linux/mm_inline.h |   37 ++++---
 include/linux/mmzone.h    |   16 +--
 include/linux/pagevec.h   |   10 +-
 mm/page_alloc.c           |    6 -
 mm/swap.c                 |   21 +---
 mm/vmscan.c               |  179 ++++++++++++++++--------------------
 6 files changed, 126 insertions(+), 143 deletions(-)

Hugh

--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-01-01  9:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-01  7:39 [PATCH 0/6] mm: trivial cleanups Hugh Dickins
2012-01-01  7:41 ` [PATCH 1/6] mm: fewer underscores in ____pagevec_lru_add Hugh Dickins
2012-01-01  8:17   ` KOSAKI Motohiro
2012-01-01  7:42 ` [PATCH 2/6] mm: no blank line after EXPORT_SYMBOL in swap.c Hugh Dickins
2012-01-01  8:18   ` KOSAKI Motohiro
2012-01-01  7:43 ` [PATCH 3/6] mm: enum lru_list lru Hugh Dickins
2012-01-01  8:19   ` KOSAKI Motohiro
2012-01-01  7:45 ` [PATCH 4/6] mm: remove del_page_from_lru, add page_off_lru Hugh Dickins
2012-01-01  8:22   ` KOSAKI Motohiro
2012-01-01  7:46 ` [PATCH 5/6] mm: remove isolate_pages Hugh Dickins
2012-01-01  9:36   ` KOSAKI Motohiro
2012-01-01  7:48 ` [PATCH 6/6] mm: rearrange putback_inactive_pages Hugh Dickins

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).