On Wed, May 15, 2019 at 11:03:10AM +0800, Ming Lei wrote: > cd4a4ae4683d ("block: don't use blocking queue entered for recursive > bio submits") introduces BIO_QUEUE_ENTERED to avoid blocking queue entered > for recursive bio submits. Now there isn't such use any more. The only > one use is for cgroup accounting on splitted bio, so rename it > as BIO_SPLITTED. > > Cc: Josef Bacik <josef@xxxxxxxxxxxxxx> > Cc: Christoph Hellwig <hch@xxxxxx> > Cc: Bart Van Assche <bvanassche@xxxxxxx> > Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx> Thanks, Josef