From: David Howells Date: Wed, 11 Aug 2010 10:26:22 +0000 (+0100) Subject: Mark arguments to certain syscalls as being const X-Git-Tag: v2.6.36-rc1~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7887325230aec47d47a32562a6e26014a0fafca;p=pandora-kernel.git Mark arguments to certain syscalls as being const Mark arguments to certain system calls as being const where they should be but aren't. The list includes: (*) The filename arguments of various stat syscalls, execve(), various utimes syscalls and some mount syscalls. (*) The filename arguments of some syscall helpers relating to the above. (*) The buffer argument of various write syscalls. Signed-off-by: David Howells Acked-by: David S. Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed