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 <[email protected]> > Cc: Mike Christie <[email protected]> > Cc: Jens Axboe <[email protected]> > Cc: Tejun Heo <[email protected]> > Cc: Chanho Min <[email protected]> > Signed-off-by: Bart Van Assche <[email protected]>
Acked-by: Tejun Heo <[email protected]> Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

