Re: [PATCH 0/4] scsi: 64-bit LUN support

2013-02-23 Thread Hannes Reinecke
On 02/21/2013 05:15 PM, Elliott, Robert (Server Storage) wrote: Regarding changes like this: - printk(MYIOC_s_NOTE_FMT "[%d:%d:%d:%d] " + printk(MYIOC_s_NOTE_FMT "[%d:%d:%d:%llu] " "FCP_ResponseInfo=%08xh\n", ioc->name,

Re: [PATCH 1/2] block: Avoid invoking blk_run_queue() recursively

2013-02-23 Thread Bart Van Assche
On 02/22/13 20:01, Jens Axboe wrote: That'd be fine. I agree with Tejun that just returning is error prone and could cause hard-to-debug hangs or stalls. So something ala if (blk_queue(dead)) return; else if (q->request_fn_active) { blk_delay_q