Re: [PATCH 13/17] block/nvme: Simplify completion trace events

2020-06-26 Thread Stefan Hajnoczi
On Thu, Jun 25, 2020 at 08:48:34PM +0200, Philippe Mathieu-Daudé wrote: > The queues are tied to the hardware, logging the block > driver using them is irrelevant. > > Signed-off-by: Philippe Mathieu-Daudé > --- > block/nvme.c | 6 +++--- > block/trace-events | 6 +++--- > 2 files changed,

[PATCH 13/17] block/nvme: Simplify completion trace events

2020-06-25 Thread Philippe Mathieu-Daudé
The queues are tied to the hardware, logging the block driver using them is irrelevant. Signed-off-by: Philippe Mathieu-Daudé --- block/nvme.c | 6 +++--- block/trace-events | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/block/nvme.c b/block/nvme.c index 4d2f31a