commit | 54f5de709984bae0d31d823ff03de755f9dcac54 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 24 07:17:46 2009 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 11 06:30:22 2009 -0500 |
tree | 78961a329f646935d64a534a7c5b79fb23e3aa6b | |
parent | 3ef884b4c04e857c283cc77ca70ad8f638d94b0e [diff] |
untangling do_mremap(), part 1 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>