alistair23-linux/fs/affs
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
..
affs.h constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
amigaffs.c affs: fix missing unlocks in affs_remove_link 2009-03-27 14:43:56 -04:00
bitmap.c
Changes
dir.c
file.c fs: symlink write_begin allocation context fix 2009-01-04 13:33:20 -08:00
inode.c affs: do not zero ->i_op 2009-01-05 11:53:07 -05:00
Kconfig fs/Kconfig: move affs out 2009-01-22 13:15:56 +03:00
Makefile
namei.c constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
super.c Fix races around the access to ->s_options 2009-05-09 10:51:34 -04:00
symlink.c