VM: make zap_page_range() callers that act on a single VMA use separate helper
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 5 Mar 2012 19:14:20 +0000 (14:14 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 21 Mar 2012 01:39:51 +0000 (21:39 -0400)
commitf5cc4eef9987d0b517364d01e290d6438e47ee5d
tree1c6a5ec2abf40450b89134564c35c0beafded436
parent6e8bb0193af3f308ef22817a5560422d33e58b90
VM: make zap_page_range() callers that act on a single VMA use separate helper

... and not rely on ->vm_next being there for them...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/memory.c