commit | 7dd29d8d865efdb00c0542a5d2c87af8c52ea6c7 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> | Sun May 08 20:42:54 2011 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon May 09 09:04:23 2011 -0700 |
tree | 71f404ed317e2d1b689af088ece1c32c3b1535c8 | |
parent | 637b424bf8747e50bab6648ab919632d6efd6c28 [diff] |
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>