Revision dee865656f2d8b866f8ac22c60d6363b914e9f12 authored by Jan Kara on 22 July 2009, 16:12:17 UTC, committed by Jan Kara on 30 July 2009, 15:31:23 UTC
Commit d01730d74d2b0155da50d44555001706294014f7 didn't completely fix
the problem since we still take dqio_mutex and i_mutex in the wrong
order. Move taking of i_mutex further down (luckily it's needed only
for updating inode flags) below where dqio_mutex is taken.

Tested-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Jan Kara <jack@suse.cz>
1 parent 658874f
History
File Mode Size
Makefile -rw-r--r-- 924 bytes
emu8000.c -rw-r--r-- 35.6 KB
emu8000_callback.c -rw-r--r-- 13.2 KB
emu8000_local.h -rw-r--r-- 1.6 KB
emu8000_patch.c -rw-r--r-- 7.4 KB
emu8000_pcm.c -rw-r--r-- 16.9 KB
emu8000_synth.c -rw-r--r-- 3.3 KB
es968.c -rw-r--r-- 6.5 KB
sb16.c -rw-r--r-- 19.9 KB
sb16_csp.c -rw-r--r-- 32.7 KB
sb16_main.c -rw-r--r-- 26.7 KB
sb8.c -rw-r--r-- 7.1 KB
sb8_main.c -rw-r--r-- 15.9 KB
sb8_midi.c -rw-r--r-- 8.3 KB
sb_common.c -rw-r--r-- 7.2 KB
sb_mixer.c -rw-r--r-- 34.0 KB
sbawe.c -rw-r--r-- 38 bytes

back to top