From: Kirill A. Shutemov Date: Wed, 11 Feb 2015 23:24:46 +0000 (-0800) Subject: mm: add fields for compound destructor and order into struct page X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~115^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b294c2d8f73af4cd41ff30638ad0e4769dc56a;p=pandora-kernel.git 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 Acked-by: Jerome Marchand Acked-by: Christoph Lameter Acked-by: Johannes Weiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed