]> git.baikalelectronics.ru Git - kernel.git/commit
mm: constify nmask argument to set_mempolicy()
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 4 Jun 2014 23:07:58 +0000 (16:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:03 +0000 (16:54 -0700)
commit47e2ad1ff5b25a4add9d3104272154787590df5f
tree060556fb56a1357f2d0a9cc017c6d15327488545
parentda20f7df67701c8fca469a0dd8e9929fb6b394a0
mm: constify nmask argument to set_mempolicy()

The nmask argument to set_mempolicy() is const according to the user-space
header numaif.h, and since the kernel does indeed not modify it, it might
as well be declared const in the kernel.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/syscalls.h
mm/mempolicy.c