diff --git a/[refs] b/[refs] index fbfb90dd455b..567730f648e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f3134de60624829a57741c1f3796847d4de165f6 +refs/heads/master: 8001530d5af707eb9a158839c8f651eb6c1cb3c2 diff --git a/trunk/include/trace/boot.h b/trunk/include/trace/boot.h index 6b54537eab02..3ec58b4b7512 100644 --- a/trunk/include/trace/boot.h +++ b/trunk/include/trace/boot.h @@ -9,7 +9,7 @@ */ struct boot_trace_call { pid_t caller; - char func[KSYM_NAME_LEN]; + char func[KSYM_SYMBOL_LEN]; }; /* @@ -17,7 +17,7 @@ struct boot_trace_call { * while it returns. */ struct boot_trace_ret { - char func[KSYM_NAME_LEN]; + char func[KSYM_SYMBOL_LEN]; int result; unsigned long long duration; /* nsecs */ };