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