Re: [PATCH] block: export trace_block_unplug

2012-09-25 Thread NeilBrown
On Tue, 25 Sep 2012 14:50:34 +0200 Jens Axboe  wrote:

> On 09/25/2012 01:57 AM, NeilBrown wrote:
> > 
> > Hi Jens,
> >  is there any chance this can be in the next merge window?  I'm
> > adding block tracing to md and found I need another export.
> 
> No problem, applied.
> 

Thanks.
NeilBrown


signature.asc
Description: PGP signature


Re: [PATCH] block: export trace_block_unplug

2012-09-25 Thread Jens Axboe
On 09/25/2012 01:57 AM, NeilBrown wrote:
> 
> Hi Jens,
>  is there any chance this can be in the next merge window?  I'm
> adding block tracing to md and found I need another export.

No problem, applied.

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] block: export trace_block_unplug

2012-09-25 Thread Jens Axboe
On 09/25/2012 01:57 AM, NeilBrown wrote:
 
 Hi Jens,
  is there any chance this can be in the next merge window?  I'm
 adding block tracing to md and found I need another export.

No problem, applied.

-- 
Jens Axboe

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] block: export trace_block_unplug

2012-09-25 Thread NeilBrown
On Tue, 25 Sep 2012 14:50:34 +0200 Jens Axboe ax...@kernel.dk wrote:

 On 09/25/2012 01:57 AM, NeilBrown wrote:
  
  Hi Jens,
   is there any chance this can be in the next merge window?  I'm
  adding block tracing to md and found I need another export.
 
 No problem, applied.
 

Thanks.
NeilBrown


signature.asc
Description: PGP signature


[PATCH] block: export trace_block_unplug

2012-09-24 Thread NeilBrown

Hi Jens,
 is there any chance this can be in the next merge window?  I'm
adding block tracing to md and found I need another export.

Thanks,
NeilBrown


This allows stacked devices (like md/raid5) to provide blktrace
tracing, including unplug events.

Reported-by: Fengguang Wu 
Signed-off-by: NeilBrown 

diff --git a/block/blk-core.c b/block/blk-core.c
index 4b4dbdf..ef55ae0 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -40,6 +40,7 @@
 EXPORT_TRACEPOINT_SYMBOL_GPL(block_bio_remap);
 EXPORT_TRACEPOINT_SYMBOL_GPL(block_rq_remap);
 EXPORT_TRACEPOINT_SYMBOL_GPL(block_bio_complete);
+EXPORT_TRACEPOINT_SYMBOL_GPL(block_unplug);
 
 DEFINE_IDA(blk_queue_ida);
 


signature.asc
Description: PGP signature


[PATCH] block: export trace_block_unplug

2012-09-24 Thread NeilBrown

Hi Jens,
 is there any chance this can be in the next merge window?  I'm
adding block tracing to md and found I need another export.

Thanks,
NeilBrown


This allows stacked devices (like md/raid5) to provide blktrace
tracing, including unplug events.

Reported-by: Fengguang Wu fengguang...@intel.com
Signed-off-by: NeilBrown ne...@suse.de

diff --git a/block/blk-core.c b/block/blk-core.c
index 4b4dbdf..ef55ae0 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -40,6 +40,7 @@
 EXPORT_TRACEPOINT_SYMBOL_GPL(block_bio_remap);
 EXPORT_TRACEPOINT_SYMBOL_GPL(block_rq_remap);
 EXPORT_TRACEPOINT_SYMBOL_GPL(block_bio_complete);
+EXPORT_TRACEPOINT_SYMBOL_GPL(block_unplug);
 
 DEFINE_IDA(blk_queue_ida);
 


signature.asc
Description: PGP signature