From: Pranith Kumar Date: Thu, 13 Nov 2014 19:24:14 +0000 (-0500) Subject: rcupdate: Replace smp_read_barrier_depends() with lockless_dereference() X-Git-Tag: fixes-v4.0-rc1~182^2^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac59853c06993a442e8060bc19040b2ca3025aec;p=pandora-kernel.git rcupdate: Replace smp_read_barrier_depends() with lockless_dereference() Recently lockless_dereference() was added which can be used in place of hard-coding smp_read_barrier_depends(). The following PATCH makes the change. Signed-off-by: Pranith Kumar Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed