mirror of
https://github.com/dynup/kpatch
synced 2024-12-23 13:42:09 +00:00
kmod/core: remove sync_core comment
No need to call sync_core() since we aren't directly modifying any code.
This commit is contained in:
parent
aa5346d13b
commit
aea0932655
@ -151,8 +151,6 @@ static int kpatch_apply_patch(void *data)
|
||||
memcpy(&kpatch_funcs[num_global_funcs], funcs,
|
||||
num_new_funcs * sizeof(struct kpatch_func));
|
||||
|
||||
/* TODO: sync_core? */
|
||||
|
||||
out:
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user