From 5ed1c328ea077d70e1ebcd5188dc77cdc754df3a Mon Sep 17 00:00:00 2001 From: KyongHo Cho Date: Thu, 5 Feb 2015 02:52:42 -0300 Subject: [PATCH] [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-format-patch failed