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)
commit7d74f492e4dd0034a61458eb80f70b1d2862ed07
tree1be37b81f6cc0260314012a1e06b8779df0a4ec6
parente0f263d719cc70245406cc26d86a480925e6a3c9
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
This page took 0.024172 seconds and 5 git commands to generate.