linux/drivers/staging/heci
Dongxiao Xu 171df63819 Staging: heci: fix wrong order of device_lock and file_lock
When the two locks are nested, the code should always first acquire file_lock,
and then acquire device_lock in order not to generate dead-lock race.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-19 11:00:55 -07:00
..
heci_data_structures.h Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
heci_init.c Staging: heci: fix some sparse warnings 2009-04-03 14:54:24 -07:00
heci_interface.c Staging: add heci driver 2009-04-03 14:54:24 -07:00
heci_interface.h Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
heci_main.c Staging: heci: fix userspace pointer mess 2009-06-19 11:00:54 -07:00
heci_version.h Staging: add heci driver 2009-04-03 14:54:24 -07:00
heci.h Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
interrupt.c Staging: heci: remove kcompat.h 2009-04-03 14:54:24 -07:00
io_heci.c Staging: heci: fix wrong order of device_lock and file_lock 2009-06-19 11:00:55 -07:00
Kconfig Staging: add heci driver 2009-04-03 14:54:24 -07:00
Makefile Staging: add heci driver 2009-04-03 14:54:24 -07:00
TODO Staging: heci: add TODO file 2009-04-03 14:54:24 -07:00