X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=kernel%2Flatencytop.c;h=449db466bdbc280f1509dad905a72a6a1407d9cb;hb=6cec50838ed04a9833fb5549f698d3756bbe7e72;hp=5e7b45c569233536ef23dadfafd90e40d20b7f62;hpb=aef8755711a28bb0ecde7780ae6613fcb62cf6f7;p=mirror_ubuntu-bionic-kernel.git diff --git a/kernel/latencytop.c b/kernel/latencytop.c index 5e7b45c56923..449db466bdbc 100644 --- a/kernel/latencytop.c +++ b/kernel/latencytop.c @@ -191,7 +191,7 @@ static int lstats_show(struct seq_file *m, void *v) latency_record[i].time, latency_record[i].max); for (q = 0; q < LT_BACKTRACEDEPTH; q++) { - char sym[KSYM_NAME_LEN]; + char sym[KSYM_SYMBOL_LEN]; char *c; if (!latency_record[i].backtrace[q]) break;