commit | 50755bc1c305340660bbfa65fdae3ed113d8fe0e | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Thu May 26 15:16:06 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 26 15:35:44 2016 -0700 |
tree | 683afc1d29d24acfa4d4f821dc1f6c30f2359fa6 | |
parent | ea8ea737c46cffa5d0ee74309f81e55a7e5e9c2a [diff] |
seqlock: fix raw_read_seqcount_latch() lockless_dereference() is supposed to take pointer not integer. Link: http://lkml.kernel.org/r/20160521201448.GA7429@p183.telecom.by Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>