Commit f85865d3 authored by Jens Axboe's avatar Jens Axboe Committed by Linus Torvalds

[PATCH] Export blk_queue_resize_tags

Exports blk_queue_resize_tags since it is an exported interface.
Signed-off-by: default avatarBrian King <brking@us.ibm.com>
Signed-off-by: default avatarJens Axboe <axboe@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e548ad96
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment