Re: [PATCH] block: misplaced rq_complete tracepoint

2014-10-01 Thread Jens Axboe
On 2014-10-01 06:32, Hannes Reinecke wrote: The rq_complete tracepoint was never issued for empty requests, causing the resulting blktrace information to never show any completion for those request. Thanks Hannes, applied. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubsc

Re: [PATCH] block: misplaced rq_complete tracepoint

2014-10-01 Thread Tejun Heo
On Wed, Oct 01, 2014 at 02:32:31PM +0200, Hannes Reinecke wrote: > The rq_complete tracepoint was never issued for empty requests, > causing the resulting blktrace information to never show any > completion for those request. > > Signed-off-by: Hannes Reinecke Acked-by: Tejun Heo Thanks. --

[PATCH] block: misplaced rq_complete tracepoint

2014-10-01 Thread Hannes Reinecke
The rq_complete tracepoint was never issued for empty requests, causing the resulting blktrace information to never show any completion for those request. Signed-off-by: Hannes Reinecke --- block/blk-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/blk-core.c