aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2004-08-08 20:28:17 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-08 20:28:17 -0700
commitf85865d347bdddc103f75490954aeda504987721 (patch)
treef71e17cedc208384036a90cd5ba82d238c0128c7 /drivers
parente548ad965bf72fa7e4af78dcf9d07b731338748b (diff)
downloadhistory-f85865d347bdddc103f75490954aeda504987721.tar.gz
[PATCH] Export blk_queue_resize_tags
Exports blk_queue_resize_tags since it is an exported interface. Signed-off-by: Brian King <brking@us.ibm.com> Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/ll_rw_blk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/ll_rw_blk.c b/drivers/block/ll_rw_blk.c
index afaed937f24b18..4d10ac66001a4d 100644
--- a/drivers/block/ll_rw_blk.c
+++ b/drivers/block/ll_rw_blk.c
@@ -632,6 +632,8 @@ int blk_queue_resize_tags(request_queue_t *q, int new_depth)
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