We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__get_task_comm
1 parent 9db7c07 commit c37d181Copy full SHA for c37d181
1 file changed
drivers/hv/dxgkrnl/dxgvmbus.c
@@ -690,7 +690,7 @@ int dxgvmb_send_create_process(struct dxgprocess *process)
690
command->process_id = process->pid;
691
command->linux_process = 1;
692
s[0] = 0;
693
- __get_task_comm(s, WIN_MAX_PATH, current);
+ get_task_comm(s, current);
694
for (i = 0; i < WIN_MAX_PATH; i++) {
695
command->process_name[i] = s[i];
696
if (s[i] == 0)
0 commit comments