From: Pranith Kumar Date: Wed, 10 Dec 2014 23:42:28 +0000 (-0800) Subject: slab: replace smp_read_barrier_depends() with lockless_dereference() X-Git-Tag: omap-for-v3.19/fixes-rc1~142^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df0c2dcf61781d2efa8e6e5b06870f6c6785735;p=pandora-kernel.git slab: 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 Cc: "Paul E. McKenney" Cc: Christoph Lameter Cc: Pekka Enberg Cc: David Rientjes Cc: Joonsoo Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed