vmalloc: remove vmalloc_sync_all() from alloc_vm_area()
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 1 Dec 2010 23:45:48 +0000 (15:45 -0800)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Fri, 20 May 2011 21:14:32 +0000 (14:14 -0700)
commitef691947d8a3d479e67652312783aedcf629320a
tree0ea82e411a6c2cd450238ce1898cf4acb30985ff
parent4a35c13cb808c63dd151bdd507b749e97231ef91
vmalloc: remove vmalloc_sync_all() from alloc_vm_area()

There's no need for it: it will get faulted into the current pagetable
as needed.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
mm/vmalloc.c