Skip to content
Commit 7fc26327 authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Rusty Russell
Browse files

seqlock: Introduce raw_read_seqcount_latch()



Because with latches there is a strict data dependency on the seq load
we can avoid the rmb in favour of a read_barrier_depends.

Suggested-by: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 0a04b016
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment