Loading ipc/util.c +1 −4 Original line number Diff line number Diff line Loading @@ -467,10 +467,7 @@ void ipc_rcu_free(struct rcu_head *head) { struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); if (is_vmalloc_addr(p)) vfree(p); else kfree(p); kvfree(p); } /** Loading Loading
ipc/util.c +1 −4 Original line number Diff line number Diff line Loading @@ -467,10 +467,7 @@ void ipc_rcu_free(struct rcu_head *head) { struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); if (is_vmalloc_addr(p)) vfree(p); else kfree(p); kvfree(p); } /** Loading