From: KyongHo Cho Date: Thu, 5 Feb 2015 05:52:42 +0000 (-0300) Subject: [media] v4l: vb2-memops: use vma slab when vma allocation X-Git-Tag: omap-for-v4.1/fixes-rc1~72^2~1^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed1c328ea077d70e1ebcd5188dc77cdc754df3a;p=pandora-kernel.git [media] v4l: vb2-memops: use vma slab when vma allocation The slab for vm_area_struct which is vm_area_cachep is already prepared for the general use. Instead of kmalloc() for the vma copy for userptr, allocation from vm_area_cachep is more beneficial. CC: Hans Verkuil CC: Laurent Pinchart Signed-off-by: Cho KyongHo Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed