• Mike Snitzer's avatar
    dm table: establish queue limits by copying table limits · 1197764e
    Mike Snitzer authored
    Copy the table's queue_limits to the DM device's request_queue.  This
    properly initializes the queue's topology limits and also avoids having
    to track the evolution of 'struct queue_limits' in
    dm_table_set_restrictions()
    
    Also fixes a bug that was introduced in dm_table_set_restrictions() via
    commit ae03bf63.  In addition to
    establishing 'bounce_pfn' in the queue's limits blk_queue_bounce_limit()
    also performs an allocation to setup the ISA DMA pool.  This allocation
    resulted in "sleeping function called from invalid context" when called
    from dm_table_set_restrictions().
    Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
    Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
    1197764e
dm-table.c 23.8 KB