Re: [PATCH 6/6] cfq-iosched: Print sync-noidle information in blktrace messages

2012-12-06 Thread Tejun Heo
On Wed, Oct 03, 2012 at 04:57:01PM -0400, Vivek Goyal wrote: > Currently we attach a character "S" or "A" to the cfqq, to represent > whether queues is sync or async. Add one more character "N" to represent > whether it is sync-noidle queue or sync queue. So now three different > type of queues wil

[PATCH 6/6] cfq-iosched: Print sync-noidle information in blktrace messages

2012-10-03 Thread Vivek Goyal
Currently we attach a character "S" or "A" to the cfqq, to represent whether queues is sync or async. Add one more character "N" to represent whether it is sync-noidle queue or sync queue. So now three different type of queues will look as follows. cfq1234S --> sync queus cfq1234SN --> sync noi