summaryrefslogtreecommitdiff
path: root/include/linux/seqlock_types.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-21locking/seqlock: Split out seqlock_types.hKent Overstreet1-0/+93
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>