lkml.org 
[lkml]   [2015]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 00/10] Use offset_in_page() macro
Date
This patchset does not provide functional changes, but just replaces
(addr & ~PAGE_MASK) expression with already defined offset_in_page()
macro from the <linux/mm.h>.

Alexander Kuleshov (10):
mm/msync: Use offset_in_page macro
mm/nommu: Use offset_in_page macro
mm/mincore: Use offset_in_page macro
mm/early_ioremap: Use offset_in_page macro
mm/percpu: Use offset_in_page macro
mm/util: Use offset_in_page macro
mm/mlock: Use offset_in_page macro
mm/vmalloc: Use offset_in_page macro
mm/mmap: Use offset_in_page macro
mm/mremap: Use offset_in_page macro

mm/early_ioremap.c | 6 +++---
mm/mincore.c | 2 +-
mm/mlock.c | 6 +++---
mm/mmap.c | 12 ++++++------
mm/mremap.c | 12 ++++++------
mm/msync.c | 2 +-
mm/nommu.c | 8 ++++----
mm/percpu.c | 10 +++++-----
mm/util.c | 2 +-
mm/vmalloc.c | 12 ++++++------
10 files changed, 36 insertions(+), 36 deletions(-)

--
2.5.0



\
 
 \ /
  Last update: 2015-09-15 16:21    [W:0.158 / U:0.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site