]> git.hungrycats.org Git - linux/commit
mm: replace vma->sharead.linear with vma->shared
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Tue, 10 Feb 2015 22:10:02 +0000 (14:10 -0800)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 3 Oct 2018 03:09:52 +0000 (04:09 +0100)
commitc9222f12a5d9e547e3b7d72983a5951fb945a5a3
tree6a95556d21586c7fa691a319f66b427156304c6f
parente4c2e72564fbefbe691e445d68c86967ec559bb2
mm: replace vma->sharead.linear with vma->shared

commit ac51b934f3912582d3c897c6c4d09b32ea57b2c7 upstream.

After removing vma->shared.nonlinear we have only one member of
vma->shared union, which doesn't make much sense.

This patch drops the union and move struct vma->shared.linear to
vma->shared.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
include/linux/mm_types.h
mm/interval_tree.c