mm: don't access vm_flags as 'int'
KOSAKI Motohiro authored

The type of vma->vm_flags is 'unsigned long'. Neither 'int' nor
'unsigned int'. This patch fixes such misuse.
Signed-off-by: default avatarKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
[ 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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
ca16d140
Name Last commit Last update
..
Makefile Linux-2.6.12-rc2
inode.c mm: don't access vm_flags as 'int'