[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1458699969-3432-1-git-send-email-baiyaowei@cmss.chinamobile.com>
Date: Wed, 23 Mar 2016 10:26:04 +0800
From: Yaowei Bai <baiyaowei@...s.chinamobile.com>
To: akpm@...ux-foundation.org
Cc: n-horiguchi@...jp.nec.com, kirill.shutemov@...ux.intel.com,
rientjes@...gle.com, iamjoonsoo.kim@....com, hannes@...xchg.org,
vdavydov@...tuozzo.com, kuleshovmail@...il.com, vbabka@...e.cz,
mgorman@...hsingularity.net, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, baiyaowei@...s.chinamobile.com
Subject: [PATCH 0/5] mm: make several functions return bool
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
Powered by blists - more mailing lists