https://github.com/torvalds/linux
Revision 4ea33e2dc2dab10960877e1649ee527c033f42c0 authored by Benjamin Herrenschmidt on 07 May 2008, 03:42:39 UTC, committed by Linus Torvalds on 08 May 2008, 17:46:56 UTC
any_slab_objects() does an atomic_read on an atomic_long_t, this
fixes it to use atomic_long_read instead.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Christoph Lameter <clameter@sgi.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent ba719ba
History
Tip revision: 4ea33e2dc2dab10960877e1649ee527c033f42c0 authored by Benjamin Herrenschmidt on 07 May 2008, 03:42:39 UTC
slub: fix atomic usage in any_slab_objects()
Tip revision: 4ea33e2
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 682 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.5 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 97.0 KB
Makefile -rw-r--r-- 53.7 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top