From: Russell King Date: Mon, 5 Mar 2012 23:29:51 +0000 (+0000) Subject: ARM: ecard: ensure fake vma vm_flags is setup X-Git-Tag: v3.3-rc7~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81caaf2503be8fbb738ea4f124063dcc24958397;p=pandora-kernel.git ARM: ecard: ensure fake vma vm_flags is setup Our TLB ops want to check the vma vm_flags to find out whether the mapping is executable. However, we leave this uninitialized in ecard.c. Initialize it with an appropriate value. Reported-by: Al Viro Signed-off-by: Russell King --- Reading git-diff-tree failed