Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363175
| From | Yaowei Bai <baiyaowei@cmss.chinamobile.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] mm: make several functions return bool |
| Date | 2016-03-23 03:30 +0100 |
| Message-ID | <rfGIx-54a-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] mm: make several functions return bool Yaowei Bai <baiyaowei@cmss.chinamobile.com> - 2016-03-23 03:30 +0100 [PATCH 3/5] mm/vmalloc: is_vmalloc_addr can be boolean Yaowei Bai <baiyaowei@cmss.chinamobile.com> - 2016-03-23 03:30 +0100
csiph-web