kernel: add missing goto

Signed-off-by: Faris <rissu.ntk@gmail.com>
This commit is contained in:
Faris
2025-11-08 18:16:54 +07:00
committed by ShirkNeko
parent a473707c10
commit d22f1bdcc4

View File

@@ -410,6 +410,8 @@ static int __do_get_wrapper_fd(void __user *arg, const char *anon_name)
}
fput(pf);
goto put_orig_file;
put_wrapper_data:
mksu_delete_file_wrapper(data);
put_orig_file: