diff options
| author | Kiyoshi Ueda <[email protected]> | 2009-06-22 10:12:37 +0100 | 
|---|---|---|
| committer | Alasdair G Kergon <[email protected]> | 2009-06-22 10:12:37 +0100 | 
| commit | 523d9297d43cce3fa6de6474b7674329e98743b1 (patch) | |
| tree | b889df9e26458c134a909c9ada51fa961fbf1291 /scripts/dtc/libfdt/fdt_strerror.c | |
| parent | 5d67aa2366ccb8257d103d0b43df855605c3c086 (diff) | |
dm: disable interrupt when taking map_lock
This patch disables interrupt when taking map_lock to avoid
lockdep warnings in request-based dm.
request-based dm takes map_lock after taking queue_lock with
disabling interrupt:
  spin_lock_irqsave(queue_lock)
  q->request_fn() == dm_request_fn()
    => dm_get_table()
         => read_lock(map_lock)
while queue_lock could be (but isn't) taken in interrupt context.
Signed-off-by: Kiyoshi Ueda <[email protected]>
Signed-off-by: Jun'ichi Nomura <[email protected]>
Acked-by: Christof Schmitt <[email protected]>
Acked-by: Hannes Reinecke <[email protected]>
Signed-off-by: Alasdair G Kergon <[email protected]>
Diffstat (limited to 'scripts/dtc/libfdt/fdt_strerror.c')
0 files changed, 0 insertions, 0 deletions