]> Git Repo - linux.git/commit - include/linux/mm.h
mm: add fields for compound destructor and order into struct page
authorKirill A. Shutemov <[email protected]>
Wed, 11 Feb 2015 23:24:46 +0000 (15:24 -0800)
committerLinus Torvalds <[email protected]>
Thu, 12 Feb 2015 01:06:00 +0000 (17:06 -0800)
commite4b294c2d8f73af4cd41ff30638ad0e4769dc56a
tree180172b74fb439e1c4bdde668f141426bb001515
parentaa7ed01f93ff7e149cad46f13f66b269d59c9bc0
mm: add fields for compound destructor and order into struct page

Currently, we use lru.next/lru.prev plus cast to access or set
destructor and order of compound page.

Let's replace it with explicit fields in struct page.

Signed-off-by: Kirill A. Shutemov <[email protected]>
Acked-by: Jerome Marchand <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/mm.h
include/linux/mm_types.h
This page took 0.052127 seconds and 4 git commands to generate.