perf_counter: fix off task->comm by one
authorIngo Molnar <mingo@elte.hu>
Thu, 9 Apr 2009 07:48:22 +0000 (09:48 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Apr 2009 07:48:22 +0000 (09:48 +0200)
commit888fcee066a2f4abd0d0bc9418c0535f9b01e6e5
tree76076a3c627d1cf76cc8109329a4882879cddfcc
parentca8f2d7f019a8547f39ddb9ed0144932f12807f2
perf_counter: fix off task->comm by one

strlen() does not include the \0.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/perf_counter.c