1. 18 5月, 2010 13 次提交
  2. 17 5月, 2010 3 次提交
  3. 11 5月, 2010 2 次提交
    • R
      paride: fix menu indentation · 2395e463
      Randy Dunlap 提交于
      Make the PARIDE menu be displayed correctly, with proper/expected
      indentation, by moving the GDROM kconfig symbol, which was
      splitting the PARIDE kconfig symbol from its dependent symbols.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      2395e463
    • M
      block: allow initialization of previously allocated request_queue · 01effb0d
      Mike Snitzer 提交于
      blk_init_queue() allocates the request_queue structure and then
      initializes it as needed (request_fn, elevator, etc).
      
      Split initialization out to blk_init_allocated_queue_node.
      Introduce blk_init_allocated_queue wrapper function to model existing
      blk_init_queue and blk_init_queue_node interfaces.
      
      Export elv_register_queue to allow a newly added elevator to be
      registered with sysfs.  Export elv_unregister_queue for symmetry.
      
      These changes allow DM to initialize a device's request_queue with more
      precision.  In particular, DM no longer unconditionally initializes a
      full request_queue (elevator et al).  It only does so for a
      request-based DM device.
      Signed-off-by: NMike Snitzer <snitzer@redhat.com>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      01effb0d
  4. 03 5月, 2010 1 次提交
  5. 29 4月, 2010 21 次提交