mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-29 09:12:07 +00:00
Merge branch 'for-6.14' into for-next
This commit is contained in:
commit
471069f5ae
@ -960,7 +960,7 @@ static DEFINE_PER_CPU(struct task_struct *, direct_dispatch_task);
|
||||
static struct scx_dispatch_q **global_dsqs;
|
||||
|
||||
static const struct rhashtable_params dsq_hash_params = {
|
||||
.key_len = 8,
|
||||
.key_len = sizeof_field(struct scx_dispatch_q, id),
|
||||
.key_offset = offsetof(struct scx_dispatch_q, id),
|
||||
.head_offset = offsetof(struct scx_dispatch_q, hash_node),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user