ll_rw_blk: fix gcc 4.2 warning on current_io_context()
authorJens Axboe <jens.axboe@oracle.com>
Tue, 15 May 2007 17:30:07 +0000 (19:30 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 15 May 2007 17:44:15 +0000 (10:44 -0700)
commitf653c34dd3d8bde2c918316fd5ba2e2c4f95afcf
tree9902c2ab3960211f1e6de00be759fd25b9fef34d
parentde7860c3f3272086a4c3a1b4280b11ffae7c32be
ll_rw_blk: fix gcc 4.2 warning on current_io_context()

current_io_context() is both static and exported with EXPORT_SYMBOL().
As there are no users outside of ll_rw_blk.c itself, just kill the
export.

Problem reported by Martin Michlmayr <tbm@cyrius.com>

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
block/ll_rw_blk.c