From: KOSAKI Motohiro Date: Thu, 26 May 2011 10:16:19 +0000 (+0900) Subject: mm: don't access vm_flags as 'int' X-Git-Tag: v3.0-rc1~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca16d140af91febe25daeb9e032bf8bd46b8c31f;p=pandora-kernel.git mm: don't access vm_flags as 'int' The type of vma->vm_flags is 'unsigned long'. Neither 'int' nor 'unsigned int'. This patch fixes such misuse. Signed-off-by: KOSAKI Motohiro [ Changed to use a typedef - we'll extend it to cover more cases later, since there has been discussion about making it a 64-bit type.. - Linus ] Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed