From: Stefan Richter Date: Sat, 18 Feb 2012 19:42:00 +0000 (+0100) Subject: firewire: core: convert AR-req handler lock from _irqsave to _bh X-Git-Tag: v3.4-rc1~127^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea102d0ec475e4cd6e74a8b61b45708fbf6b582e;p=pandora-kernel.git firewire: core: convert AR-req handler lock from _irqsave to _bh fw_core_handle_request() is called by the low-level driver in tasklet context or process context, and fw_core_add/remove_address_handler() is called by mid- or high-level code in process context. So convert address_handler_lock accesses from those which disable local IRQs to ones which just disable local softIRQs. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed