On Wed, Oct 10, 2012 at 05:07:08PM +0200, Bart Van Assche wrote: > QUEUE_FLAG_DEAD is used to indicate that queuing new requests must > stop. After this flag has been set queue draining starts. However, > during the queue draining phase it is still safe to invoke the > queue's request_fn, so QUEUE_FLAG_DYING is a better name for this > flag. > > This patch is the result of running the command below and manually > fixing up indentation: > > git grep -lE 'blk_queue_dead|QUEUE_FLAG_DEAD' | > xargs sed -i.tmp -e 's/blk_queue_dead/blk_queue_dying/g' \ > -e 's/QUEUE_FLAG_DEAD/QUEUE_FLAG_DYING/g' > > Cc: James Bottomley <JBottomley@xxxxxxxxxxxxx> > Cc: Mike Christie <michaelc@xxxxxxxxxxx> > Cc: Jens Axboe <axboe@xxxxxxxxx> > Cc: Tejun Heo <tj@xxxxxxxxxx> > Cc: Chanho Min <chanho.min@xxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Acked-by: Tejun Heo <tj@xxxxxxxxxx> Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html