linux/fs/afs
Al Viro 2a32cebd6c Fix races around the access to ->s_options
Put generic_show_options read access to s_options under rcu_read_lock,
split save_mount_options() into "we are setting it the first time"
(uses in foo_fill_super()) and "we are relacing and freeing the old one",
synchronize_rcu() before kfree() in the latter.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-05-09 10:51:34 -04:00
..
afs.h
afs_cm.h
afs_fs.h
afs_vl.h
cache.c
cache.h
callback.c
cell.c
cmservice.c
dir.c
file.c AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHE 2009-04-17 09:55:19 -07:00
flock.c
fsclient.c
inode.c
internal.h
Kconfig
main.c
Makefile
misc.c
mntpt.c
netdevices.c
proc.c
rxrpc.c
security.c
server.c
super.c Fix races around the access to ->s_options 2009-05-09 10:51:34 -04:00
vlclient.c
vlocation.c
vnode.c
volume.c
write.c