summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorKirill A. Shutemov2013-11-21 23:32:11 +0100
committerLinus Torvalds2013-11-22 01:42:28 +0100
commit7aa555bf26763b86332c7a3689701c999834b87a (patch)
treed1b9ba55f3302ca175282bbc1c20bbde7d494977 /MAINTAINERS
parentMAINTAINERS: add keyboard driver to Hyper-V file list (diff)
downloadkernel-qcow2-linux-7aa555bf26763b86332c7a3689701c999834b87a.tar.gz
kernel-qcow2-linux-7aa555bf26763b86332c7a3689701c999834b87a.tar.xz
kernel-qcow2-linux-7aa555bf26763b86332c7a3689701c999834b87a.zip
mm: place page->pmd_huge_pte to right union
I don't know what went wrong, mis-merge or something, but ->pmd_huge_pte placed in wrong union within struct page. In original patch[1] it's placed to union with ->lru and ->slab, but in commit e009bb30c8df ("mm: implement split page table lock for PMD level") it's in union with ->index and ->freelist. That union seems also unused for pages with table tables and safe to re-use, but it's not what I've tested. Let's move it to original place. It fixes indentation at least. :) [1] https://lkml.org/lkml/2013/10/7/288 Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions