dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/hpfs
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
..
Kconfig fs/Kconfig: move hpfs out 2009-01-22 13:15:59 +03:00
Makefile
alloc.c
anode.c
buffer.c
dentry.c constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
dir.c
dnode.c
ea.c
file.c [PATCH] hpfs: cleanup ->setattr 2008-10-23 05:12:58 -04:00
hpfs.h
hpfs_fn.h [PATCH] hpfs: cleanup ->setattr 2008-10-23 05:12:58 -04:00
inode.c [PATCH] hpfs: cleanup ->setattr 2008-10-23 05:12:58 -04:00
map.c
name.c
namei.c CRED: Wrap task credential accesses in the HPFS filesystem 2008-11-14 10:38:55 +11:00
super.c Fix races around the access to ->s_options 2009-05-09 10:51:34 -04:00