]> git.baikalelectronics.ru Git - kernel.git/commit
export kernel call get_task_comm().
authorJ Freyensee <james_p_freyensee@linux.intel.com>
Fri, 6 May 2011 23:56:47 +0000 (16:56 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 May 2011 23:30:59 +0000 (16:30 -0700)
commit29a353e32776d730f1307803a6e6464373104270
tree1be37b81f6cc0260314012a1e06b8779df0a4ec6
parent4b3818ebd98da56c58af972d1b54a2fe21c8dcec
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 <james_p_freyensee@linux.intel.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/exec.c