locking/seqlock: Split out seqlock_types.h
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 11 Dec 2023 18:01:06 +0000 (13:01 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:31 +0000 (19:26 -0500)
commitf038cc1379c0ff462d83895cae8beb75a0f6bf02
tree02ff6acc31ec8665ba0f9f40b97810f085fb25cf
parent53d31ba842d9cc391032d051a210c3c9941f1529
locking/seqlock: Split out seqlock_types.h

Trimming down sched.h dependencies: we don't want to include more than
the base types.

Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Will Deacon <will@kernel.org>
Cc: Waiman Long <longman@redhat.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/sched.h
include/linux/seqlock.h
include/linux/seqlock_types.h [new file with mode: 0644]