Mark arguments to certain syscalls as being const
authorDavid Howells <dhowells@redhat.com>
Wed, 11 Aug 2010 10:26:22 +0000 (11:26 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Aug 2010 23:53:13 +0000 (16:53 -0700)
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 <dhowells@redhat.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found