From: Peter Zijlstra Date: Wed, 27 May 2015 01:39:36 +0000 (+0930) Subject: seqlock: Introduce raw_read_seqcount_latch() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~63^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc26327b75685f37f58d64bdb061460f834f80d;p=pandora-kernel.git 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: Ingo Molnar Signed-off-by: Peter Zijlstra (Intel) Signed-off-by: Rusty Russell --- Reading git-diff-tree failed