linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] mm: make several functions return bool
@ 2016-03-23  2:26 Yaowei Bai
  2016-03-23  2:26 ` [PATCH 1/5] mm/hugetlb: is_vm_hugetlb_page can be boolean Yaowei Bai
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Yaowei Bai @ 2016-03-23  2:26 UTC (permalink / raw)
  To: akpm
  Cc: n-horiguchi, kirill.shutemov, rientjes, iamjoonsoo.kim, hannes,
	vdavydov, kuleshovmail, vbabka, mgorman, linux-mm, linux-kernel,
	baiyaowei

This series only makes several functions return bool to
improve readability, no other functional changes.

Yaowei Bai (5):
  mm/hugetlb: is_vm_hugetlb_page can be boolean
  mm/memory_hotplug: is_mem_section_removable can be boolean
  mm/vmalloc: is_vmalloc_addr can be boolean
  mm/lru: is_file/active_lru can be boolean
  mm/mempolicy: vma_migratable can be boolean

 include/linux/hugetlb_inline.h |  6 +++---
 include/linux/memory_hotplug.h |  6 +++---
 include/linux/mempolicy.h      | 10 +++++-----
 include/linux/mm.h             |  4 ++--
 include/linux/mmzone.h         |  4 ++--
 mm/memory_hotplug.c            |  6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2016-03-23 11:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-23  2:26 [PATCH 0/5] mm: make several functions return bool Yaowei Bai
2016-03-23  2:26 ` [PATCH 1/5] mm/hugetlb: is_vm_hugetlb_page can be boolean Yaowei Bai
2016-03-23  2:26 ` [PATCH 2/5] mm/memory_hotplug: is_mem_section_removable " Yaowei Bai
2016-03-23  2:26 ` [PATCH 3/5] mm/vmalloc: is_vmalloc_addr " Yaowei Bai
2016-03-23  2:26 ` [PATCH 4/5] mm/lru: is_file/active_lru " Yaowei Bai
2016-03-23  3:17   ` Joe Perches
2016-03-23 11:44     ` Mel Gorman
2016-03-23  2:26 ` [PATCH 5/5] mm/mempolicy: vma_migratable " Yaowei Bai

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