linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Use offset_in_page() macro
@ 2015-09-15 14:07 Alexander Kuleshov
  0 siblings, 0 replies; only message in thread
From: Alexander Kuleshov @ 2015-09-15 14:07 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Michal Hocko, Johannes Weiner, David Rientjes, Vladimir Davydov,
	Tejun Heo, linux-mm, linux-kernel, Alexander Kuleshov

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

--
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] only message in thread

only message in thread, other threads:[~2015-09-15 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 14:07 [PATCH 00/10] Use offset_in_page() macro Alexander Kuleshov

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