This is a note to let you know that I've just added the patch titled

    block: export blk_{get,put}_queue()

to the 2.6.33-longterm tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/longterm/longterm-queue-2.6.33.git;a=summary

The filename of the patch is:
     block-export-blk_-get-put-_queue.patch
and it can be found in the queue-2.6.33 subdirectory.

If you, or anyone else, feels it should not be added to the 2.6.33 longterm 
tree,
please let <[email protected]> know about it.


>From d86e0e83b32bc84600adb0b6ea1fce389b266682 Mon Sep 17 00:00:00 2001
From: Jens Axboe <[email protected]>
Date: Fri, 27 May 2011 07:44:43 +0200
Subject: block: export blk_{get,put}_queue()

From: Jens Axboe <[email protected]>

commit d86e0e83b32bc84600adb0b6ea1fce389b266682 upstream.

We need them in SCSI to fix a bug, but currently they are not
exported to modules. Export them.

Signed-off-by: Jens Axboe <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 block/blk-core.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -310,6 +310,7 @@ void blk_unplug_timeout(unsigned long da
        trace_block_unplug_timer(q);
        kblockd_schedule_work(q, &q->unplug_work);
 }
+EXPORT_SYMBOL(blk_put_queue);
 
 void blk_unplug(struct request_queue *q)
 {
@@ -612,6 +613,7 @@ int blk_get_queue(struct request_queue *
 
        return 1;
 }
+EXPORT_SYMBOL(blk_get_queue);
 
 static inline void blk_free_request(struct request_queue *q, struct request 
*rq)
 {


Patches currently in longterm-queue-2.6.33 which might be from 
[email protected] are

/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/brd-limit-max_part-module-param-to-disk_max_parts.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/block-export-blk_-get-put-_queue.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/block-rescan-partitions-on-invalidated-devices-on-enomedia.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/block-add-proper-state-guards-to-__elv_next_request.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/loop-handle-on-demand-devices-correctly.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/brd-handle-on-demand-devices-correctly.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/loop-limit-max_part-module-param-to-disk_max_parts.patch
/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/nbd-limit-module-parameters-to-a-sane-value.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to