untangling do_mremap(), part 1
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 24 Nov 2009 12:17:46 +0000 (07:17 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 11 Dec 2009 11:30:22 +0000 (06:30 -0500)
Take locating vma and checks on it to a separate helper (it will be
shared between MREMAP_FIXED/non-MREMAP_FIXED cases when we split
them in the next patch)

Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found