From: Sergei Trofimovich Date: Tue, 16 Jun 2009 22:33:02 +0000 (-0700) Subject: mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument X-Git-Tag: v2.6.31-rc1~299^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168f5ac668f63dfb64439766e3ef9e866b83719d;p=pandora-kernel.git mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument As function shmem_file_setup does not modify/allocate/free/pass given filename - mark it as const. Signed-off-by: Sergei Trofimovich Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed