]> git.karo-electronics.de Git - karo-tx-linux.git/commit
block: export blk_{get,put}_queue()
authorJens Axboe <jaxboe@fusionio.com>
Fri, 27 May 2011 05:44:43 +0000 (07:44 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 17 May 2012 15:20:43 +0000 (11:20 -0400)
commitcf72dbd757c58e568df27c1d6b8c96e0642b8384
treeb2c26143525dc5049b4fa538d0eb0c24ab0ae61c
parent100e29252dea85662e164bc03e53e3e9a660afe1
block: export blk_{get,put}_queue()

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 <jaxboe@fusionio.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
block/blk-core.c