From: Atsushi Nemoto Date: Tue, 12 Dec 2006 17:14:55 +0000 (+0000) Subject: [PATCH] Pass vma argument to copy_user_highpage(). X-Git-Tag: v2.6.20-rc1~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de455b20705f36384a711d4a20bcf7ba1ab180b;p=pandora-kernel.git [PATCH] Pass vma argument to copy_user_highpage(). To allow a more effective copy_user_highpage() on certain architectures, a vma argument is added to the function and cow_user_page() allowing the implementation of these functions to check for the VM_EXEC bit. The main part of this patch was originally written by Ralf Baechle; Atushi Nemoto did the the debugging. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed