From: J Freyensee Date: Fri, 6 May 2011 23:56:47 +0000 (-0700) Subject: export kernel call get_task_comm(). X-Git-Tag: v3.0-rc1~338^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d74f492e4dd0034a61458eb80f70b1d2862ed07;p=pandora-kernel.git export kernel call get_task_comm(). This allows drivers who call this function to be compiled modularly. Otherwise, a driver who is interested in this type of functionality has to implement their own get_task_comm() call, causing code duplication in the Linux source tree. Signed-off-by: J Freyensee Acked-by: David Rientjes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed