[PATCH 0/5] mm: make several functions return bool

From: Yaowei Bai
Date: Tue Mar 22 2016 - 22:26:53 EST


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