1. 06 11月, 2007 1 次提交
  2. 24 10月, 2007 1 次提交
    • W
      arch/um/drivers/ubd_kern.c: fix a building error · 23464ffa
      WANG Cong 提交于
      Fix this uml building error:
      arch/um/drivers/ubd_kern.c: In function 'do_ubd_request':
      arch/um/drivers/ubd_kern.c:1118: error: implicit declaration of function
      'sg_page'
      arch/um/drivers/ubd_kern.c:1118: warning: passing argument 6 of
      'prepare_request' makes pointer from integer without a cast
      make[1]: *** [arch/um/drivers/ubd_kern.o] Error 1
      make: *** [arch/um/drivers] Error 2
      Signed-off-by: NWANG Cong <xiyou.wangcong@gmail.com>
      
      Add sg_init_table() call as well.
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      23464ffa
  3. 23 10月, 2007 1 次提交
  4. 17 10月, 2007 1 次提交
  5. 23 8月, 2007 1 次提交
  6. 24 7月, 2007 1 次提交
  7. 17 7月, 2007 2 次提交
  8. 09 6月, 2007 1 次提交
  9. 08 5月, 2007 10 次提交
  10. 29 3月, 2007 1 次提交
  11. 12 2月, 2007 5 次提交
  12. 01 11月, 2006 11 次提交
  13. 09 10月, 2006 1 次提交
  14. 04 10月, 2006 1 次提交
  15. 01 10月, 2006 1 次提交
    • J
      [PATCH] Remove ->rq_status from struct request · cdd60262
      Jens Axboe 提交于
      After Christophs SCSI change, the only usage left is RQ_ACTIVE
      and RQ_INACTIVE. The block layer sets RQ_INACTIVE right before freeing
      the request, so any check for RQ_INACTIVE in a driver is a bug and
      indicates use-after-free.
      
      So kill/clean the remaining users, straight forward.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      cdd60262
  16. 30 9月, 2006 1 次提交