summaryrefslogtreecommitdiff
path: root/ipc/syscall.c
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2014-06-05 03:07:57 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-05 03:54:03 +0400
commitf7f28ca98b9a7a99fc55df2dddcf49857ab004f0 (patch)
tree42be5cf168124aa24fafe7768a5bba73c059d610 /ipc/syscall.c
parent7c8e0181e6e0b8079c4c2ce902bf52d7a2c6fa5d (diff)
downloadlinux-f7f28ca98b9a7a99fc55df2dddcf49857ab004f0.tar.xz
mm: constify nmask argument to mbind()
The nmask argument to mbind() is const according to the userspace 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> Acked-by: Rik van Riel <riel@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc/syscall.c')
0 files changed, 0 insertions, 0 deletions