]> git.baikalelectronics.ru Git - kernel.git/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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2015 22:30:31 +0000 (14:30 -0800)
commit48251c0af75bd849b4dd3d66ec6f0865d32cdfd1
treea948ea1b8a045f40b9bf9759557c020237cf7475
parentc978d4e3d51fd0cbf545293c4d97e10633ce1bc3
mm: replace vma->sharead.linear with vma->shared

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>
include/linux/mm_types.h
mm/interval_tree.c