]> git.baikalelectronics.ru Git - kernel.git/commit
HPFS: Introduce a global mutex and lock it on every callback from VFS.
authorMikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Sun, 8 May 2011 18:42:54 +0000 (20:42 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 May 2011 16:04:23 +0000 (09:04 -0700)
commitfdda863f6cf1fc9137fdad5c4cbf7accc4e06a89
tree71f404ed317e2d1b689af088ece1c32c3b1535c8
parentd6b4acd23cf844dc8397b85a9029aab06c8d6e90
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>
fs/hpfs/buffer.c
fs/hpfs/file.c
fs/hpfs/hpfs_fn.h
fs/hpfs/super.c