public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] blk_queue_export_resize_tags
@ 2004-08-09 14:44 brking
  2004-08-09 15:15 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: brking @ 2004-08-09 14:44 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel, brking


Exports blk_queue_resize_tags since it is an exported interface.

Signed-off-by: Brian King <brking@us.ibm.com>
---

 linux-2.6.8-rc3-bjking1/drivers/block/ll_rw_blk.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN drivers/block/ll_rw_blk.c~blk_queue_export_resize_tags drivers/block/ll_rw_blk.c
--- linux-2.6.8-rc3/drivers/block/ll_rw_blk.c~blk_queue_export_resize_tags	2004-08-09 09:40:46.000000000 -0500
+++ linux-2.6.8-rc3-bjking1/drivers/block/ll_rw_blk.c	2004-08-09 09:41:02.000000000 -0500
@@ -653,6 +653,8 @@ int blk_queue_resize_tags(request_queue_
 	return 0;
 }
 
+EXPORT_SYMBOL(blk_queue_resize_tags);
+
 /**
  * blk_queue_end_tag - end tag operations for a request
  * @q:  the request queue for the device
_

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] blk_queue_export_resize_tags
  2004-08-09 14:44 [PATCH 1/1] blk_queue_export_resize_tags brking
@ 2004-08-09 15:15 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2004-08-09 15:15 UTC (permalink / raw)
  To: brking; +Cc: linux-kernel

On Mon, Aug 09 2004, brking@us.ibm.com wrote:
> 
> Exports blk_queue_resize_tags since it is an exported interface.
> 
> Signed-off-by: Brian King <brking@us.ibm.com>
> ---
> 
>  linux-2.6.8-rc3-bjking1/drivers/block/ll_rw_blk.c |    2 ++
>  1 files changed, 2 insertions(+)
> 
> diff -puN drivers/block/ll_rw_blk.c~blk_queue_export_resize_tags drivers/block/ll_rw_blk.c
> --- linux-2.6.8-rc3/drivers/block/ll_rw_blk.c~blk_queue_export_resize_tags	2004-08-09 09:40:46.000000000 -0500
> +++ linux-2.6.8-rc3-bjking1/drivers/block/ll_rw_blk.c	2004-08-09 09:41:02.000000000 -0500
> @@ -653,6 +653,8 @@ int blk_queue_resize_tags(request_queue_
>  	return 0;
>  }
>  
> +EXPORT_SYMBOL(blk_queue_resize_tags);
> +
>  /**
>   * blk_queue_end_tag - end tag operations for a request
>   * @q:  the request queue for the device

I've passed it in, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-09 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-09 14:44 [PATCH 1/1] blk_queue_export_resize_tags brking
2004-08-09 15:15 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox