kernel-ark/fs/afs
David S. Miller 39bf094930 [AFS]: Eliminate cmpxchg() usage in vlocation code.
cmpxchg() is not available on every processor so can't
be used in generic code.

Replace with spinlock protection on the ->state changes,
wakeups, and wait loops.

Add what appears to be a missing wakeup on transition
to AFS_VL_VALID state in afs_vlocation_updater().

Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-26 20:39:14 -07:00
..
afs_cm.h
afs_fs.h [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00
afs_vl.h
afs.h [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00
cache.c
cache.h
callback.c [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00
cell.c
cmservice.c
dir.c [AFS]: Fix u64 printing in debug logging. 2007-04-26 16:06:22 -07:00
file.c [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00
fsclient.c [AFS]: Fix u64 printing in debug logging. 2007-04-26 16:06:22 -07:00
inode.c [AFS]: Fix u64 printing in debug logging. 2007-04-26 16:06:22 -07:00
internal.h [AFS]: Eliminate cmpxchg() usage in vlocation code. 2007-04-26 20:39:14 -07:00
main.c
Makefile
misc.c [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00
mntpt.c
proc.c
rxrpc.c
security.c [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00
server.c [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00
super.c [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00
use-rtnetlink.c
vlclient.c
vlocation.c [AFS]: Eliminate cmpxchg() usage in vlocation code. 2007-04-26 20:39:14 -07:00
vnode.c [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00
volume.c [AFS]: Add "directory write" support. 2007-04-26 15:59:35 -07:00