From: Rasmus Villemoes Date: Wed, 4 Jun 2014 23:07:57 +0000 (-0700) Subject: mm: constify nmask argument to mbind() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f28ca98b9a7a99fc55df2dddcf49857ab004f0;p=pandora-kernel.git 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 Acked-by: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed