1
0
Fork 0
alistair23-linux/fs/hpfs
Mikulas Patocka 7dd29d8d86 HPFS: Introduce a global mutex and lock it on every callback from VFS.
Introduce a global mutex and lock it on every callback from VFS.

Performance doesn't matter, reviewing the whole code for locking correctness
would be too complicated, so simply lock it all.

Signed-off-by: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-05-09 09:04:23 -07:00
..
Kconfig HPFS: Make HPFS compile on preempt and SMP 2011-05-09 09:04:23 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
alloc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
anode.c sanitize signedness/const for pointers to char in hpfs a bit 2010-03-03 14:07:57 -05:00
buffer.c HPFS: Introduce a global mutex and lock it on every callback from VFS. 2011-05-09 09:04:23 -07:00
dentry.c switch hpfs 2011-01-12 20:02:47 -05:00
dir.c hpfs: remove the BKL 2011-03-02 22:27:36 +01:00
dnode.c sanitize signedness/const for pointers to char in hpfs a bit 2010-03-03 14:07:57 -05:00
ea.c sanitize signedness/const for pointers to char in hpfs a bit 2010-03-03 14:07:57 -05:00
file.c HPFS: Introduce a global mutex and lock it on every callback from VFS. 2011-05-09 09:04:23 -07:00
hpfs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hpfs_fn.h HPFS: Introduce a global mutex and lock it on every callback from VFS. 2011-05-09 09:04:23 -07:00
inode.c hpfs: remove the BKL 2011-03-02 22:27:36 +01:00
map.c sanitize signedness/const for pointers to char in hpfs a bit 2010-03-03 14:07:57 -05:00
name.c sanitize signedness/const for pointers to char in hpfs a bit 2010-03-03 14:07:57 -05:00
namei.c hpfs: remove the BKL 2011-03-02 22:27:36 +01:00
super.c HPFS: Introduce a global mutex and lock it on every callback from VFS. 2011-05-09 09:04:23 -07:00